Type Alias DisplayProperties

Source
pub type DisplayProperties = VkDisplayPropertiesKHR;
Available on crate feature VK_KHR_display only.

Aliased Type§

#[repr(C)]
pub struct DisplayProperties { pub display: VkDisplayKHR, pub displayName: *const i8, pub physicalDimensions: VkExtent2D, pub physicalResolution: VkExtent2D, pub supportedTransforms: u32, pub planeReorderPossible: u32, pub persistentContent: u32, }

Fields§

§display: VkDisplayKHR§displayName: *const i8§physicalDimensions: VkExtent2D§physicalResolution: VkExtent2D§supportedTransforms: u32§planeReorderPossible: u32§persistentContent: u32

Implementations§