#[repr(transparent)]
pub struct FormatFeatureFlags(_);
Expand description

Implementations

Returns whether other is a subset of self

Format can be used for sampled images (SAMPLED_IMAGE and COMBINED_IMAGE_SAMPLER descriptor types)

Format can be used for storage images (STORAGE_IMAGE descriptor type)

Format supports atomic operations in case it is used for storage images

Format can be used for uniform texel buffers (TBOs)

Format can be used for storage texel buffers (IBOs)

Format supports atomic operations in case it is used for storage texel buffers

Format can be used for vertex buffers (VBOs)

Format can be used for color attachment images

Format supports blending in case it is used for color attachment images

Format can be used for depth/stencil attachment images

Format can be used as the source image of blits with vkCmdBlitImage

Format can be used as the destination image of blits with vkCmdBlitImage

Format can be filtered with VK_FILTER_LINEAR when being sampled

Generated from ‘VK_IMG_filter_cubic’

Format can be filtered with VK_FILTER_CUBIC_IMG when being sampled

Generated from ‘VK_KHR_video_decode_queue’

Generated from ‘VK_KHR_maintenance1’

Generated from ‘VK_EXT_sampler_filter_minmax’

Generated from ‘VK_KHR_acceleration_structure’

Generated from ‘VK_KHR_sampler_ycbcr_conversion’

Generated from ‘VK_EXT_filter_cubic’

Generated from ‘VK_EXT_fragment_density_map’

Generated from ‘VK_KHR_fragment_shading_rate’

Generated from ‘VK_KHR_video_encode_queue’

Generated from ‘VK_VERSION_1_1’

Format can be used as the source image of image transfer commands

Format can be used as the destination image of image transfer commands

Format can have midpoint rather than cosited chroma samples

Format can be used with linear filtering whilst color conversion is enabled

Format can have different chroma, min and mag filters

Format supports disjoint planes

Format can have cosited rather than midpoint chroma samples

Generated from ‘VK_VERSION_1_2’

Format can be used with min/max reduction filtering

Trait Implementations

The resulting type after applying the & operator.

Performs the & operation. Read more

Performs the &= operation. Read more

The resulting type after applying the | operator.

Performs the | operation. Read more

Performs the |= operation. Read more

The resulting type after applying the ^ operator.

Performs the ^ operation. Read more

Performs the ^= operation. Read more

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

Feeds this value into the given Hasher. Read more

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

The resulting type after applying the ! operator.

Performs the unary ! operation. Read more

This method returns an Ordering between self and other. Read more

Compares and returns the maximum of two values. Read more

Compares and returns the minimum of two values. Read more

Restrict a value to a certain interval. Read more

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

This method tests for !=.

This method returns an ordering between self and other values if one exists. Read more

This method tests less than (for self and other) and is used by the < operator. Read more

This method tests less than or equal to (for self and other) and is used by the <= operator. Read more

This method tests greater than (for self and other) and is used by the > operator. Read more

This method tests greater than or equal to (for self and other) and is used by the >= operator. Read more

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

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

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.