Function bgfx_rs::static_lib::set_stencil[][src]

pub fn set_stencil(fstencil: u32, bstencil: u32)
Expand description
  • fstencil: Front stencil state.
  • bstencil: Back stencil state. If back is set to StencilFlags::NONE _fstencil is applied to both front and back facing primitives.