da_bgfx_update_texture_2d

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

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

Meta