Struct gfx::pso::target::StencilTarget [] [src]

pub struct StencilTarget<T>(_);

Stencil target component. - init: Stencil = stencil state - data: (DepthStencilView<T>, (front, back) = stencil reference values)

Trait Implementations

impl<'a, T: StencilFormat> DataLink<'a> for StencilTarget<T>

type Init = Stencil

fn new() -> Self

fn is_active(&self) -> bool

impl<R: Resources, T> DataBind<R> for StencilTarget<T>

type Data = (DepthStencilView<R, T>, (Stencil, Stencil))

fn bind_to(&self, out: &mut RawDataSet<R>, data: &Self::Data, man: &mut Manager<R>)