Struct luminance::pipeline::Gpu [] [src]

pub struct Gpu { /* fields omitted */ }

An opaque type representing the GPU. You can perform stateful operations on it.

Methods

impl Gpu
[src]

Bind a texture and return the bound texture.

Bind a buffer and return the bound buffer.