Struct ash::vk::PhysicalDeviceProperties [−][src]
#[repr(C)]pub struct PhysicalDeviceProperties { pub api_version: u32, pub driver_version: u32, pub vendor_id: u32, pub device_id: u32, pub device_type: PhysicalDeviceType, pub device_name: [c_char; 256], pub pipeline_cache_uuid: [u8; 16], pub limits: PhysicalDeviceLimits, pub sparse_properties: PhysicalDeviceSparseProperties, }
Expand description
Fields
api_version: u32
driver_version: u32
vendor_id: u32
device_id: u32
device_type: PhysicalDeviceType
device_name: [c_char; 256]
pipeline_cache_uuid: [u8; 16]
limits: PhysicalDeviceLimits
sparse_properties: PhysicalDeviceSparseProperties
Implementations
Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for PhysicalDeviceProperties
impl Send for PhysicalDeviceProperties
impl Sync for PhysicalDeviceProperties
impl Unpin for PhysicalDeviceProperties
impl UnwindSafe for PhysicalDeviceProperties
Blanket Implementations
Mutably borrows from an owned value. Read more