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: DisplayKHR
displayName: *const c_char
physicalDimensions: Extent2D
physicalResolution: Extent2D
supportedTransforms: SurfaceTransformFlagsKHR
planeReorderPossible: Bool32
persistentContent: Bool32