Struct lava::ext::VkHdrMetadata[][src]

pub struct VkHdrMetadata {
    pub display_primary_red: VkXYColor,
    pub display_primary_green: VkXYColor,
    pub display_primary_blue: VkXYColor,
    pub white_point: VkXYColor,
    pub max_luminance: f32,
    pub min_luminance: f32,
    pub max_content_light_level: f32,
    pub max_frame_average_light_level: f32,
}

Fields

Trait Implementations

impl Debug for VkHdrMetadata
[src]

Formats the value using the given formatter. Read more

impl Clone for VkHdrMetadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for VkHdrMetadata
[src]

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

Auto Trait Implementations