da_bgfx_set_transform

Set model matrix for draw primitive. If it is not called, the model will be rendered with an identity model matrix.

version(!BindBgfx_Static)
extern (C) @nogc nothrow __gshared
alias da_bgfx_set_transform = uint function
(
const(void)* _mtx
,
ushort _num
)

Meta