[−][src]Struct ash::vk::FormatFeatureFlags
Methods
impl FormatFeatureFlags
[src]
pub const fn empty() -> FormatFeatureFlags
[src]
pub const fn all() -> FormatFeatureFlags
[src]
pub const fn from_raw(x: Flags) -> Self
[src]
pub const fn as_raw(self) -> Flags
[src]
pub fn is_empty(self) -> bool
[src]
pub fn is_all(self) -> bool
[src]
pub fn intersects(self, other: FormatFeatureFlags) -> bool
[src]
pub fn contains(self, other: FormatFeatureFlags) -> bool
[src]
Returns whether other
is a subset of self
impl FormatFeatureFlags
[src]
pub const SAMPLED_IMAGE: Self
[src]
Format can be used for sampled images (SAMPLED_IMAGE and COMBINED_IMAGE_SAMPLER descriptor types)
pub const STORAGE_IMAGE: Self
[src]
Format can be used for storage images (STORAGE_IMAGE descriptor type)
pub const STORAGE_IMAGE_ATOMIC: Self
[src]
Format supports atomic operations in case it is used for storage images
pub const UNIFORM_TEXEL_BUFFER: Self
[src]
Format can be used for uniform texel buffers (TBOs)
pub const STORAGE_TEXEL_BUFFER: Self
[src]
Format can be used for storage texel buffers (IBOs)
pub const STORAGE_TEXEL_BUFFER_ATOMIC: Self
[src]
Format supports atomic operations in case it is used for storage texel buffers
pub const VERTEX_BUFFER: Self
[src]
Format can be used for vertex buffers (VBOs)
pub const COLOR_ATTACHMENT: Self
[src]
Format can be used for color attachment images
pub const COLOR_ATTACHMENT_BLEND: Self
[src]
Format supports blending in case it is used for color attachment images
pub const DEPTH_STENCIL_ATTACHMENT: Self
[src]
Format can be used for depth/stencil attachment images
pub const BLIT_SRC: Self
[src]
Format can be used as the source image of blits with vkCmdBlitImage
pub const BLIT_DST: Self
[src]
Format can be used as the destination image of blits with vkCmdBlitImage
pub const SAMPLED_IMAGE_FILTER_LINEAR: Self
[src]
Format can be filtered with VK_FILTER_LINEAR when being sampled
impl FormatFeatureFlags
[src]
Generated from 'VK_IMG_filter_cubic'
pub const SAMPLED_IMAGE_FILTER_CUBIC_IMG: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_AMD_extension_24'
pub const RESERVED_27_KHR: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_AMD_extension_24'
pub const RESERVED_28_KHR: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_AMD_extension_25'
pub const RESERVED_25_KHR: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_AMD_extension_25'
pub const RESERVED_26_KHR: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_KHR_maintenance1'
pub const TRANSFER_SRC_KHR: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_KHR_maintenance1'
pub const TRANSFER_DST_KHR: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_EXT_sampler_filter_minmax'
pub const SAMPLED_IMAGE_FILTER_MINMAX_EXT: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_KHR_ray_tracing'
pub const ACCELERATION_STRUCTURE_VERTEX_BUFFER_KHR: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_KHR_sampler_ycbcr_conversion'
pub const MIDPOINT_CHROMA_SAMPLES_KHR: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_KHR_sampler_ycbcr_conversion'
pub const SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_KHR: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_KHR_sampler_ycbcr_conversion'
impl FormatFeatureFlags
[src]
Generated from 'VK_KHR_sampler_ycbcr_conversion'
impl FormatFeatureFlags
[src]
Generated from 'VK_KHR_sampler_ycbcr_conversion'
impl FormatFeatureFlags
[src]
Generated from 'VK_KHR_sampler_ycbcr_conversion'
pub const DISJOINT_KHR: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_KHR_sampler_ycbcr_conversion'
pub const COSITED_CHROMA_SAMPLES_KHR: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_EXT_filter_cubic'
pub const SAMPLED_IMAGE_FILTER_CUBIC_EXT: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_EXT_fragment_density_map'
pub const FRAGMENT_DENSITY_MAP_EXT: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_VERSION_1_1'
pub const TRANSFER_SRC: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_VERSION_1_1'
pub const TRANSFER_DST: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_VERSION_1_1'
pub const MIDPOINT_CHROMA_SAMPLES: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_VERSION_1_1'
pub const SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_VERSION_1_1'
impl FormatFeatureFlags
[src]
Generated from 'VK_VERSION_1_1'
impl FormatFeatureFlags
[src]
Generated from 'VK_VERSION_1_1'
impl FormatFeatureFlags
[src]
Generated from 'VK_VERSION_1_1'
impl FormatFeatureFlags
[src]
Generated from 'VK_VERSION_1_1'
pub const COSITED_CHROMA_SAMPLES: Self
[src]
impl FormatFeatureFlags
[src]
Generated from 'VK_VERSION_1_2'
pub const SAMPLED_IMAGE_FILTER_MINMAX: Self
[src]
Trait Implementations
impl BitAnd<FormatFeatureFlags> for FormatFeatureFlags
[src]
type Output = FormatFeatureFlags
The resulting type after applying the &
operator.
fn bitand(self, rhs: FormatFeatureFlags) -> FormatFeatureFlags
[src]
impl BitAndAssign<FormatFeatureFlags> for FormatFeatureFlags
[src]
fn bitand_assign(&mut self, rhs: FormatFeatureFlags)
[src]
impl BitOr<FormatFeatureFlags> for FormatFeatureFlags
[src]
type Output = FormatFeatureFlags
The resulting type after applying the |
operator.
fn bitor(self, rhs: FormatFeatureFlags) -> FormatFeatureFlags
[src]
impl BitOrAssign<FormatFeatureFlags> for FormatFeatureFlags
[src]
fn bitor_assign(&mut self, rhs: FormatFeatureFlags)
[src]
impl BitXor<FormatFeatureFlags> for FormatFeatureFlags
[src]
type Output = FormatFeatureFlags
The resulting type after applying the ^
operator.
fn bitxor(self, rhs: FormatFeatureFlags) -> FormatFeatureFlags
[src]
impl BitXorAssign<FormatFeatureFlags> for FormatFeatureFlags
[src]
fn bitxor_assign(&mut self, rhs: FormatFeatureFlags)
[src]
impl Clone for FormatFeatureFlags
[src]
fn clone(&self) -> FormatFeatureFlags
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for FormatFeatureFlags
[src]
impl Debug for FormatFeatureFlags
[src]
impl Default for FormatFeatureFlags
[src]
fn default() -> FormatFeatureFlags
[src]
impl Eq for FormatFeatureFlags
[src]
impl Hash for FormatFeatureFlags
[src]
fn hash<__H: Hasher>(&self, state: &mut __H)
[src]
fn hash_slice<H>(data: &[Self], state: &mut H) where
H: Hasher,
1.3.0[src]
H: Hasher,
impl Not for FormatFeatureFlags
[src]
type Output = FormatFeatureFlags
The resulting type after applying the !
operator.
fn not(self) -> FormatFeatureFlags
[src]
impl Ord for FormatFeatureFlags
[src]
fn cmp(&self, other: &FormatFeatureFlags) -> Ordering
[src]
#[must_use]fn max(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn min(self, other: Self) -> Self
1.21.0[src]
#[must_use]fn clamp(self, min: Self, max: Self) -> Self
[src]
impl PartialEq<FormatFeatureFlags> for FormatFeatureFlags
[src]
fn eq(&self, other: &FormatFeatureFlags) -> bool
[src]
fn ne(&self, other: &FormatFeatureFlags) -> bool
[src]
impl PartialOrd<FormatFeatureFlags> for FormatFeatureFlags
[src]
fn partial_cmp(&self, other: &FormatFeatureFlags) -> Option<Ordering>
[src]
fn lt(&self, other: &FormatFeatureFlags) -> bool
[src]
fn le(&self, other: &FormatFeatureFlags) -> bool
[src]
fn gt(&self, other: &FormatFeatureFlags) -> bool
[src]
fn ge(&self, other: &FormatFeatureFlags) -> bool
[src]
impl StructuralEq for FormatFeatureFlags
[src]
impl StructuralPartialEq for FormatFeatureFlags
[src]
impl Sub<FormatFeatureFlags> for FormatFeatureFlags
[src]
type Output = FormatFeatureFlags
The resulting type after applying the -
operator.
fn sub(self, rhs: FormatFeatureFlags) -> FormatFeatureFlags
[src]
impl SubAssign<FormatFeatureFlags> for FormatFeatureFlags
[src]
fn sub_assign(&mut self, rhs: FormatFeatureFlags)
[src]
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
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T> From<T> for T
[src]
impl<T, U> Into<U> for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
fn to_owned(&self) -> T
[src]
fn clone_into(&self, target: &mut T)
[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,