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

Set model matrix from matrix cache for draw primitive.

@param[in] _cache Index in matrix cache. @param[in] _num Number of matrices from cache.