pub type PhysicalDeviceIndexTypeUint8FeaturesEXT = PhysicalDeviceIndexTypeUint8FeaturesKHR;
Expand description

Aliased Type§

struct PhysicalDeviceIndexTypeUint8FeaturesEXT {
    pub s_type: StructureType,
    pub next: *mut c_void,
    pub index_type_uint8: u32,
}

Fields§

§s_type: StructureType§next: *mut c_void§index_type_uint8: u32