Type Alias ash::vk::aliases::PhysicalDeviceDriverPropertiesKHR
source · pub type PhysicalDeviceDriverPropertiesKHR<'a> = PhysicalDeviceDriverProperties<'a>;
Aliased Type§
struct PhysicalDeviceDriverPropertiesKHR<'a> {
pub s_type: StructureType,
pub p_next: *mut c_void,
pub driver_id: DriverId,
pub driver_name: [i8; 256],
pub driver_info: [i8; 256],
pub conformance_version: ConformanceVersion,
pub _marker: PhantomData<&'a ()>,
}
Fields§
§s_type: StructureType
§p_next: *mut c_void
§driver_id: DriverId
§driver_name: [i8; 256]
§driver_info: [i8; 256]
§conformance_version: ConformanceVersion
§_marker: PhantomData<&'a ()>