Struct vulkan_rs::VkDisplayPropertiesKHR [] [src]

#[repr(C)]
pub struct VkDisplayPropertiesKHR { pub display: VkDisplayKHR, pub displayName: *const c_char, pub physicalDimensions: VkExtent2D, pub physicalResolution: VkExtent2D, pub supportedTransforms: VkSurfaceTransformFlagsKHR, pub planeReorderPossible: VkBool32, pub persistentContent: VkBool32, }

Structure describing an available display device

Fields

a handle that is used to refer to the display described here

a pointer to a NULL-terminated string containing the name of the display

Trait Implementations

impl Default for VkDisplayPropertiesKHR
[src]

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