[−][src]Struct rendy_core::hal::pso::StencilTest
Defines a stencil test. Stencil testing is an operation performed to cull fragments; the new fragment is tested against the value held in the stencil buffer, and if the test fails the fragment is discarded.
Fields
faces: Sided<StencilFace>
Operations for stencil faces.
read_masks: State<Sided<u32>>
Masks that are ANDd with both the stencil buffer value and the reference value when they are read before doing the stencil test.
write_masks: State<Sided<u32>>
Mask that are ANDd with the stencil value before writing to the stencil buffer.
reference_values: State<Sided<u32>>
The reference values used for stencil tests.
Trait Implementations
impl Clone for StencilTest
[src][+]
impl Copy for StencilTest
[src]
impl Debug for StencilTest
[src][+]
impl Default for StencilTest
[src][+]
impl Eq for StencilTest
[src]
impl Hash for StencilTest
[src][+]
impl PartialEq<StencilTest> for StencilTest
[src][+]
impl StructuralEq for StencilTest
[src]
impl StructuralPartialEq for StencilTest
[src]
Auto Trait Implementations
impl RefUnwindSafe for StencilTest
impl Send for StencilTest
impl Sync for StencilTest
impl Unpin for StencilTest
impl UnwindSafe for StencilTest
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,
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,
impl<T, U> TryFrom<U> for T where
U: Into<T>,
[src][+]
U: Into<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>,
[src][+]
U: TryFrom<T>,