da_bgfx_update_texture_cube

Update Cube texture. Attention: It's valid to update only mutable texture. See bgfx::createTextureCube for more info.

version(!BindBgfx_Static)
extern (C) @nogc nothrow __gshared
alias da_bgfx_update_texture_cube = void function
(,
ushort _layer
,
byte _side
,
byte _mip
,
ushort _x
,
ushort _y
,
ushort _width
,
ushort _height
,,
ushort _pitch
)

Meta