bgfx_set_transform_cached

Set model matrix from matrix cache for draw primitive.

  1. void bgfx_set_transform_cached(uint _cache, ushort _num)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_set_transform_cached
    (
    uint _cache
    ,
    ushort _num
    )
  2. da_bgfx_set_transform_cached bgfx_set_transform_cached;

Parameters

_cache uint

Index in matrix cache.

_num ushort

Number of matrices from cache.

Meta