Skip to main content

UniformBuffer

Type Alias UniformBuffer 

Source
pub type UniformBuffer<T> = TypedBuffer<T>;
Expand description

A uniform buffer for shader uniforms.

This is a convenience type for buffers that contain uniform data.

Aliased Typeยง

pub struct UniformBuffer<T> { /* private fields */ }