[−][src]Struct vulkano::sync::PipelineStages
Fields
top_of_pipe: bool
draw_indirect: bool
vertex_input: bool
vertex_shader: bool
tessellation_control_shader: bool
tessellation_evaluation_shader: bool
geometry_shader: bool
fragment_shader: bool
early_fragment_tests: bool
late_fragment_tests: bool
color_attachment_output: bool
compute_shader: bool
transfer: bool
bottom_of_pipe: bool
host: bool
all_graphics: bool
all_commands: bool
Implementations
impl PipelineStages
[src]
pub fn none() -> PipelineStages
[src]
Builds an PipelineStages
struct with none of the stages set.
Trait Implementations
impl BitOr<PipelineStages> for PipelineStages
[src]
type Output = PipelineStages
The resulting type after applying the |
operator.
fn bitor(self, rhs: PipelineStages) -> PipelineStages
[src]
impl BitOrAssign<PipelineStages> for PipelineStages
[src]
fn bitor_assign(&mut self, rhs: PipelineStages)
[src]
impl Clone for PipelineStages
[src]
fn clone(&self) -> PipelineStages
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
impl Copy for PipelineStages
[src]
impl Debug for PipelineStages
[src]
impl Eq for PipelineStages
[src]
impl From<ShaderStages> for PipelineStages
[src]
fn from(stages: ShaderStages) -> PipelineStages
[src]
impl PartialEq<PipelineStages> for PipelineStages
[src]
fn eq(&self, other: &PipelineStages) -> bool
[src]
fn ne(&self, other: &PipelineStages) -> bool
[src]
impl StructuralEq for PipelineStages
[src]
impl StructuralPartialEq for PipelineStages
[src]
Auto Trait Implementations
impl RefUnwindSafe for PipelineStages
impl Send for PipelineStages
impl Sync for PipelineStages
impl Unpin for PipelineStages
impl UnwindSafe for PipelineStages
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> Content for T
[src]
fn ref_from_ptr(*mut c_void, usize) -> Option<*mut T>
[src]
fn is_size_suitable(usize) -> bool
[src]
fn indiv_size() -> usize
[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>,