pub unsafe extern "C" fn bgfx_encoder_set_stencil(
    _this: *mut bgfx_encoder_t,
    _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.