Struct lava::VkPhysicalDeviceProperties[][src]

pub struct VkPhysicalDeviceProperties {
    pub api_version: VkVersion,
    pub driver_version: u32,
    pub vendor_id: usize,
    pub device_id: usize,
    pub device_type: VkPhysicalDeviceType,
    pub device_name: String,
    pub pipeline_cache_uuid: [u8; 16],
    pub limits: VkPhysicalDeviceLimits,
    pub sparse_properties: VkPhysicalDeviceSparseProperties,
}

Fields

Trait Implementations

impl Debug for VkPhysicalDeviceProperties
[src]

Formats the value using the given formatter. Read more

impl Clone for VkPhysicalDeviceProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations