Struct vks::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

Trait Implementations

impl Debug for VkHdrMetadataEXT
[src]

Formats the value using the given formatter.

impl Copy for VkHdrMetadataEXT
[src]

impl Clone for VkHdrMetadataEXT
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkHdrMetadataEXT
[src]

Returns the "default value" for a type. Read more