Struct vk_sys::DisplayPropertiesKHR [−][src]
#[repr(C)]pub struct DisplayPropertiesKHR { pub display: DisplayKHR, pub displayName: *const c_char, pub physicalDimensions: Extent2D, pub physicalResolution: Extent2D, pub supportedTransforms: SurfaceTransformFlagsKHR, pub planeReorderPossible: Bool32, pub persistentContent: Bool32, }
Fields
display: DisplayKHRdisplayName: *const c_charphysicalDimensions: Extent2DphysicalResolution: Extent2DsupportedTransforms: SurfaceTransformFlagsKHRplaneReorderPossible: Bool32persistentContent: Bool32