da_bgfx_update_texture_3d

Update 3D texture. Attention: It's valid to update only mutable texture. See bgfx::createTexture3D for more info.

version(!BindBgfx_Static)
extern (C) @nogc nothrow __gshared
alias da_bgfx_update_texture_3d = void function
(,
byte _mip
,
ushort _x
,
ushort _y
,
ushort _z
,
ushort _width
,
ushort _height
,
ushort _depth
,)

Meta