Struct ash::vk::FormatFeatureFlags [−][src]
#[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 destination image of blits with vkCmdBlitImage
Format can be filtered with VK_FILTER_LINEAR when being sampled
Generated from ‘VK_IMG_filter_cubic’
Generated from ‘VK_AMD_extension_24’
Generated from ‘VK_AMD_extension_24’
Generated from ‘VK_AMD_extension_25’
Generated from ‘VK_AMD_extension_25’
Generated from ‘VK_KHR_maintenance1’
Generated from ‘VK_KHR_maintenance1’
Generated from ‘VK_EXT_sampler_filter_minmax’
Generated from ‘VK_KHR_ray_tracing’
Generated from ‘VK_KHR_sampler_ycbcr_conversion’
Generated from ‘VK_KHR_sampler_ycbcr_conversion’
Generated from ‘VK_KHR_sampler_ycbcr_conversion’
Generated from ‘VK_KHR_sampler_ycbcr_conversion’
Generated from ‘VK_KHR_sampler_ycbcr_conversion’
Generated from ‘VK_KHR_sampler_ycbcr_conversion’
Generated from ‘VK_KHR_sampler_ycbcr_conversion’
Generated from ‘VK_EXT_filter_cubic’
Generated from ‘VK_EXT_fragment_density_map’
Generated from ‘VK_VERSION_1_1’
Generated from ‘VK_VERSION_1_1’
Generated from ‘VK_VERSION_1_1’
Generated from ‘VK_VERSION_1_1’
Generated from ‘VK_VERSION_1_1’
Generated from ‘VK_VERSION_1_1’
Generated from ‘VK_VERSION_1_2’
Trait Implementations
type Output = FormatFeatureFlags
type Output = FormatFeatureFlags
The resulting type after applying the &
operator.
Performs the &
operation. Read more
Performs the &=
operation. Read more
type Output = FormatFeatureFlags
type Output = FormatFeatureFlags
The resulting type after applying the |
operator.
Performs the |
operation. Read more
Performs the |=
operation. Read more
type Output = FormatFeatureFlags
type Output = FormatFeatureFlags
The resulting type after applying the ^
operator.
Performs the ^
operation. Read more
Performs the ^=
operation. Read more
Returns the “default value” for a type. Read more
type Output = FormatFeatureFlags
type Output = FormatFeatureFlags
The resulting type after applying the !
operator.
Performs the unary !
operation. 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
type Output = FormatFeatureFlags
type Output = FormatFeatureFlags
The resulting type after applying the -
operator.
Performs the -
operation. Read more
Performs the -=
operation. Read more
Auto Trait Implementations
impl RefUnwindSafe for FormatFeatureFlags
impl Send for FormatFeatureFlags
impl Sync for FormatFeatureFlags
impl Unpin for FormatFeatureFlags
impl UnwindSafe for FormatFeatureFlags
Blanket Implementations
Mutably borrows from an owned value. Read more