pub type PhysicalDeviceVertexAttributeDivisorPropertiesKHR = PhysicalDeviceVertexAttributeDivisorProperties;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceVertexAttributeDivisorPropertiesKHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub max_vertex_attrib_divisor: u32,
pub supports_non_zero_first_instance: u32,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VERTEX_ATTRIBUTE_DIVISOR_PROPERTIES.
p_next: *mut c_voidOptional, may be null.
max_vertex_attrib_divisor: u32§supports_non_zero_first_instance: u32