Update 3D texture. Attention: It's valid to update only mutable texture. See bgfx::createTexture3D for more info.
Texture handle.
Mip level.
X offset in texture.
Y offset in texture.
Z offset in texture.
Width of texture block.
Height of texture block.
Depth of texture block.
Texture update data.
See Implementation
Update 3D texture. Attention: It's valid to update only mutable texture. See bgfx::createTexture3D for more info.