Struct vulkano::format::FormatFeatures[][src]

pub struct FormatFeatures {
Show 26 fields 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_minmax: bool, pub img_sampled_image_filter_cubic: bool, pub khr_acceleration_structure_vertex_buffer: bool, pub ext_fragment_density_map: bool,
}
Expand description

The features supported by a device for images with a particular format.

Fields

sampled_image: boolstorage_image: boolstorage_image_atomic: booluniform_texel_buffer: boolstorage_texel_buffer: boolstorage_texel_buffer_atomic: boolvertex_buffer: boolcolor_attachment: boolcolor_attachment_blend: booldepth_stencil_attachment: boolblit_src: boolblit_dst: boolsampled_image_filter_linear: booltransfer_src: booltransfer_dst: boolmidpoint_chroma_samples: boolsampled_image_ycbcr_conversion_linear_filter: boolsampled_image_ycbcr_conversion_separate_reconstruction_filter: boolsampled_image_ycbcr_conversion_chroma_reconstruction_explicit: boolsampled_image_ycbcr_conversion_chroma_reconstruction_explicit_forceable: booldisjoint: boolcosited_chroma_samples: boolsampled_image_filter_minmax: boolimg_sampled_image_filter_cubic: boolkhr_acceleration_structure_vertex_buffer: boolext_fragment_density_map: bool

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Returns the “default value” for a type. Read more

Performs the conversion.

Feeds this value into the given Hasher. Read more

Feeds a slice of this type into the given Hasher. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Builds a pointer to this type from a raw pointer.

Returns true if the size is suitable to store a type like this.

Returns the size of an individual element.

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.