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

[src]

Formats the value using the given formatter.

impl Copy for VkHdrMetadataEXT
[src]

impl Clone for VkHdrMetadataEXT
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for VkHdrMetadataEXT
[src]

[src]

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