Struct vks::VkPhysicalDeviceProperties [] [src]

#[repr(C)]
pub struct VkPhysicalDeviceProperties { pub apiVersion: u32, pub driverVersion: u32, pub vendorID: u32, pub deviceID: u32, pub deviceType: VkPhysicalDeviceType, pub deviceName: [c_char; 256], pub pipelineCacheUUID: [u8; 16], pub limits: VkPhysicalDeviceLimits, pub sparseProperties: VkPhysicalDeviceSparseProperties, }

Fields

Trait Implementations

impl Copy for VkPhysicalDeviceProperties
[src]

impl Clone for VkPhysicalDeviceProperties
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for VkPhysicalDeviceProperties
[src]

Formats the value using the given formatter.

impl Default for VkPhysicalDeviceProperties
[src]

Returns the "default value" for a type. Read more