Trait luminance::buffer::UniformBlock [] [src]

pub trait UniformBlock { }

Typeclass of types that can be used inside a uniform block. You have to be extra careful when using uniform blocks and ensure you respect the OpenGL std140 alignment / size rules. This will be fixed in a future release.

Implementors