pub(crate) type GPUVertexAttribute = GPUVertexAttribute;
Aliased Type§
pub(crate) struct GPUVertexAttribute {
pub format: GPUVertexFormat,
pub offset: u64,
pub shaderLocation: u32,
}
Fields§
§format: GPUVertexFormat
§offset: u64
§shaderLocation: u32