pub type PhysicalDeviceProperties2KHR = PhysicalDeviceProperties2;Aliased Type§
#[repr(C)]pub struct PhysicalDeviceProperties2KHR {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub properties: PhysicalDeviceProperties,
}Fields§
§s_type: StructureTypeMust be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_PROPERTIES_2.
p_next: *mut c_voidOptional, may be null.
properties: PhysicalDeviceProperties