bgfx_encoder_set_scissor_cached

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

  1. void bgfx_encoder_set_scissor_cached(bgfx_encoder_t* _this, ushort _cache)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_encoder_set_scissor_cached
  2. da_bgfx_encoder_set_scissor_cached bgfx_encoder_set_scissor_cached;

Parameters

_cache ushort

Index in scissor cache.

Meta