pub type PhysicalDeviceDriverPropertiesKHR = PhysicalDeviceDriverProperties;
Expand description

Aliased Type§

struct PhysicalDeviceDriverPropertiesKHR {
    pub s_type: StructureType,
    pub 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§next: *mut c_void§driver_id: DriverId§driver_name: StringArray<256>§driver_info: StringArray<256>§conformance_version: ConformanceVersion