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