pub type ShaderLocation = u32;
Expand description
Integral type used for binding locations in shaders.
Used in VertexAttribute
s and errors.
pub type ShaderLocation = u32;
Integral type used for binding locations in shaders.
Used in VertexAttribute
s and errors.