Skip to main content

PhysicalDeviceDriverPropertiesKHR

Type Alias PhysicalDeviceDriverPropertiesKHR 

Source
pub type PhysicalDeviceDriverPropertiesKHR = PhysicalDeviceDriverProperties;

Aliased Type§

#[repr(C)]
pub struct PhysicalDeviceDriverPropertiesKHR { pub s_type: StructureType, pub p_next: *mut c_void, pub driver_id: DriverId, pub driver_name: StringArray<256>, pub driver_info: StringArray<256>, pub conformance_version: ConformanceVersion, }

Fields§

§s_type: StructureType

Must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_DRIVER_PROPERTIES.

§p_next: *mut c_void

Optional, may be null.

§driver_id: DriverId§driver_name: StringArray<256>§driver_info: StringArray<256>§conformance_version: ConformanceVersion