Struct lava::VkFormatFeatureFlags[][src]

pub struct VkFormatFeatureFlags {
    pub sampled_image: bool,
    pub storage_image: bool,
    pub storage_image_atomic: bool,
    pub uniform_texel_buffer: bool,
    pub storage_texel_buffer: bool,
    pub storage_texel_buffer_atomic: bool,
    pub vertex_buffer: bool,
    pub color_attachment: bool,
    pub color_attachment_blend: bool,
    pub depth_stencil_attachment: bool,
    pub blit_src: bool,
    pub blit_dst: bool,
    pub sampled_image_filter_linear: bool,
    pub transfer_src: bool,
    pub transfer_dst: bool,
    pub midpoint_chroma_samples: bool,
    pub sampled_image_ycbcr_conversion_linear_filter: bool,
    pub sampled_image_ycbcr_conversion_separate_reconstruction_filter: bool,
    pub sampled_image_ycbcr_conversion_chroma_reconstruction_explicit: bool,
    pub sampled_image_ycbcr_conversion_chroma_reconstruction_explicit_forceable: bool,
    pub disjoint: bool,
    pub cosited_chroma_samples: bool,
    pub sampled_image_filter_cubic_img: bool,
    pub sampled_image_filter_minmax_ext: bool,
}

Fields

Methods

impl VkFormatFeatureFlags
[src]

Trait Implementations

impl Debug for VkFormatFeatureFlags
[src]

Formats the value using the given formatter. Read more

impl Clone for VkFormatFeatureFlags
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for VkFormatFeatureFlags
[src]

impl Default for VkFormatFeatureFlags
[src]

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

Auto Trait Implementations