Struct unity_native_plugin_sys::VkHdrMetadataEXT [−][src]
#[repr(C)]pub struct VkHdrMetadataEXT {
pub sType: VkStructureType,
pub pNext: *const c_void,
pub displayPrimaryRed: VkXYColorEXT,
pub displayPrimaryGreen: VkXYColorEXT,
pub displayPrimaryBlue: VkXYColorEXT,
pub whitePoint: VkXYColorEXT,
pub maxLuminance: f32,
pub minLuminance: f32,
pub maxContentLightLevel: f32,
pub maxFrameAverageLightLevel: f32,
}Fields
sType: VkStructureTypepNext: *const c_voiddisplayPrimaryRed: VkXYColorEXTdisplayPrimaryGreen: VkXYColorEXTdisplayPrimaryBlue: VkXYColorEXTwhitePoint: VkXYColorEXTmaxLuminance: f32minLuminance: f32maxContentLightLevel: f32maxFrameAverageLightLevel: f32Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for VkHdrMetadataEXT
impl !Send for VkHdrMetadataEXT
impl !Sync for VkHdrMetadataEXT
impl Unpin for VkHdrMetadataEXT
impl UnwindSafe for VkHdrMetadataEXT
Blanket Implementations
Mutably borrows from an owned value. Read more