pub type VkPhysicalDeviceIndexTypeUint8FeaturesKHR = VkPhysicalDeviceIndexTypeUint8Features;Aliased Type§
#[repr(C)]pub struct VkPhysicalDeviceIndexTypeUint8FeaturesKHR {
pub sType: u32,
pub pNext: *mut c_void,
pub indexTypeUint8: u32,
}Fields§
§sType: u32§pNext: *mut c_void§indexTypeUint8: u32