Struct erupt::vk1_0::PipelineStageFlagBits[][src]

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

Implementations

impl PipelineStageFlagBits[src]

pub const fn bitmask(&self) -> PipelineStageFlags[src]

Converts this enum variant to the corresponding bitmask

impl PipelineStageFlagBits[src]

Provided by crate::vk1_0

pub const TOP_OF_PIPE: Self[src]

pub const DRAW_INDIRECT: Self[src]

pub const VERTEX_INPUT: Self[src]

pub const VERTEX_SHADER: Self[src]

pub const TESSELLATION_CONTROL_SHADER: Self[src]

pub const TESSELLATION_EVALUATION_SHADER: Self[src]

pub const GEOMETRY_SHADER: Self[src]

pub const FRAGMENT_SHADER: Self[src]

pub const EARLY_FRAGMENT_TESTS: Self[src]

pub const LATE_FRAGMENT_TESTS: Self[src]

pub const COLOR_ATTACHMENT_OUTPUT: Self[src]

pub const COMPUTE_SHADER: Self[src]

pub const TRANSFER: Self[src]

pub const BOTTOM_OF_PIPE: Self[src]

pub const HOST: Self[src]

pub const ALL_GRAPHICS: Self[src]

pub const ALL_COMMANDS: Self[src]

impl PipelineStageFlagBits[src]

impl PipelineStageFlagBits[src]

impl PipelineStageFlagBits[src]

impl PipelineStageFlagBits[src]

impl PipelineStageFlagBits[src]

impl PipelineStageFlagBits[src]

pub const TASK_SHADER_NV: Self[src]

pub const MESH_SHADER_NV: Self[src]

impl PipelineStageFlagBits[src]

impl PipelineStageFlagBits[src]

impl PipelineStageFlagBits[src]

pub const NONE_KHR: Self[src]

impl PipelineStageFlagBits[src]

impl PipelineStageFlagBits[src]

Trait Implementations

impl Clone for PipelineStageFlagBits[src]

impl Copy for PipelineStageFlagBits[src]

impl Debug for PipelineStageFlagBits[src]

impl Default for PipelineStageFlagBits[src]

impl Eq for PipelineStageFlagBits[src]

impl Hash for PipelineStageFlagBits[src]

impl Ord for PipelineStageFlagBits[src]

impl PartialEq<PipelineStageFlagBits> for PipelineStageFlagBits[src]

impl PartialOrd<PipelineStageFlagBits> for PipelineStageFlagBits[src]

impl StructuralEq for PipelineStageFlagBits[src]

impl StructuralPartialEq for PipelineStageFlagBits[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.