[][src]Struct vulkan_raw::VkFormatFeatureFlags

#[repr(transparent)]
pub struct VkFormatFeatureFlags(pub u32);

Methods

impl VkFormatFeatureFlags[src]

pub const SAMPLED_IMAGE_BIT: VkFormatFeatureFlagBits[src]

pub const STORAGE_IMAGE_BIT: VkFormatFeatureFlagBits[src]

pub const STORAGE_IMAGE_ATOMIC_BIT: VkFormatFeatureFlagBits[src]

pub const UNIFORM_TEXEL_BUFFER_BIT: VkFormatFeatureFlagBits[src]

pub const STORAGE_TEXEL_BUFFER_BIT: VkFormatFeatureFlagBits[src]

pub const STORAGE_TEXEL_BUFFER_ATOMIC_BIT: VkFormatFeatureFlagBits[src]

pub const VERTEX_BUFFER_BIT: VkFormatFeatureFlagBits[src]

pub const COLOR_ATTACHMENT_BIT: VkFormatFeatureFlagBits[src]

pub const COLOR_ATTACHMENT_BLEND_BIT: VkFormatFeatureFlagBits[src]

pub const DEPTH_STENCIL_ATTACHMENT_BIT: VkFormatFeatureFlagBits[src]

pub const BLIT_SRC_BIT: VkFormatFeatureFlagBits[src]

pub const BLIT_DST_BIT: VkFormatFeatureFlagBits[src]

pub const SAMPLED_IMAGE_FILTER_LINEAR_BIT: VkFormatFeatureFlagBits[src]

pub const TRANSFER_SRC_BIT: VkFormatFeatureFlagBits[src]

pub const TRANSFER_DST_BIT: VkFormatFeatureFlagBits[src]

pub const MIDPOINT_CHROMA_SAMPLES_BIT: VkFormatFeatureFlagBits[src]

pub const SAMPLED_IMAGE_YCBCR_CONVERSION_LINEAR_FILTER_BIT: VkFormatFeatureFlagBits[src]

pub const SAMPLED_IMAGE_YCBCR_CONVERSION_SEPARATE_RECONSTRUCTION_FILTER_BIT: VkFormatFeatureFlagBits[src]

pub const SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_BIT: VkFormatFeatureFlagBits[src]

pub const SAMPLED_IMAGE_YCBCR_CONVERSION_CHROMA_RECONSTRUCTION_EXPLICIT_FORCEABLE_BIT: VkFormatFeatureFlagBits[src]

pub const DISJOINT_BIT: VkFormatFeatureFlagBits[src]

pub const COSITED_CHROMA_SAMPLES_BIT: VkFormatFeatureFlagBits[src]

pub const SAMPLED_IMAGE_FILTER_MINMAX_BIT: VkFormatFeatureFlagBits[src]

Trait Implementations

impl BitAnd<VkFormatFeatureFlags> for VkFormatFeatureFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAnd<VkFormatFeatureFlags> for u32[src]

type Output = VkFormatFeatureFlags

The resulting type after applying the & operator.

impl BitAnd<u32> for VkFormatFeatureFlags[src]

type Output = Self

The resulting type after applying the & operator.

impl BitAndAssign<VkFormatFeatureFlags> for VkFormatFeatureFlags[src]

impl BitAndAssign<VkFormatFeatureFlags> for u32[src]

impl BitAndAssign<u32> for VkFormatFeatureFlags[src]

impl BitOr<VkFormatFeatureFlags> for VkFormatFeatureFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOr<VkFormatFeatureFlags> for u32[src]

type Output = VkFormatFeatureFlags

The resulting type after applying the | operator.

impl BitOr<u32> for VkFormatFeatureFlags[src]

type Output = Self

The resulting type after applying the | operator.

impl BitOrAssign<VkFormatFeatureFlags> for VkFormatFeatureFlags[src]

impl BitOrAssign<VkFormatFeatureFlags> for u32[src]

impl BitOrAssign<u32> for VkFormatFeatureFlags[src]

impl BitXor<VkFormatFeatureFlags> for VkFormatFeatureFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXor<VkFormatFeatureFlags> for u32[src]

type Output = VkFormatFeatureFlags

The resulting type after applying the ^ operator.

impl BitXor<u32> for VkFormatFeatureFlags[src]

type Output = Self

The resulting type after applying the ^ operator.

impl BitXorAssign<VkFormatFeatureFlags> for VkFormatFeatureFlags[src]

impl BitXorAssign<VkFormatFeatureFlags> for u32[src]

impl BitXorAssign<u32> for VkFormatFeatureFlags[src]

impl Clone for VkFormatFeatureFlags[src]

impl Copy for VkFormatFeatureFlags[src]

impl Debug for VkFormatFeatureFlags[src]

impl Default for VkFormatFeatureFlags[src]

impl Eq for VkFormatFeatureFlags[src]

impl Hash for VkFormatFeatureFlags[src]

impl Not for VkFormatFeatureFlags[src]

type Output = VkFormatFeatureFlags

The resulting type after applying the ! operator.

impl Ord for VkFormatFeatureFlags[src]

impl PartialEq<VkFormatFeatureFlags> for VkFormatFeatureFlags[src]

impl PartialEq<VkFormatFeatureFlags> for u32[src]

impl PartialEq<u32> for VkFormatFeatureFlags[src]

impl PartialOrd<VkFormatFeatureFlags> for VkFormatFeatureFlags[src]

impl StructuralEq for VkFormatFeatureFlags[src]

impl StructuralPartialEq for VkFormatFeatureFlags[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.