Function bgfx_sys::bgfx_set_stencil

source ·
pub unsafe extern "C" fn bgfx_set_stencil(
    _fstencil: u32,
    _bstencil: u32
)
Expand description

Set stencil test state.

@param[in] _fstencil Front stencil state. @param[in] _bstencil Back stencil state. If back is set to BGFX_STENCIL_NONE _fstencil is applied to both front and back facing primitives.