pub unsafe extern "C" fn bgfx_encoder_set_scissor_cached(
    _this: *mut bgfx_encoder_t,
    _cache: u16
)
Expand description

Set scissor from cache for draw primitive. @remark To scissor for all primitives in view see bgfx::setViewScissor.

@param[in] _cache Index in scissor cache.