pub type VertexInputAttributeDescription = VkVertexInputAttributeDescription;Aliased Type§
#[repr(C)]pub struct VertexInputAttributeDescription {
pub location: u32,
pub binding: u32,
pub format: i32,
pub offset: u32,
}Fields§
§location: u32§binding: u32§format: i32§offset: u32