Type Alias ShaderLocation
pub type ShaderLocation = u32;
Available on crate feature
unstable-wgpu-26
only.Expand description
Integral type used for binding locations in shaders.
Used in VertexAttribute
s and errors.