da_bgfx_blit

Blit 2D texture region between two 2D textures. Attention: Destination texture must be created with BGFX_TEXTURE_BLIT_DST flag. Attention: Availability depends on: BGFX_CAPS_TEXTURE_BLIT.

version(!BindBgfx_Static)
extern (C) @nogc nothrow __gshared
alias da_bgfx_blit = void function
(,,
byte _dstMip
,
ushort _dstX
,
ushort _dstY
,
ushort _dstZ
,,
byte _srcMip
,
ushort _srcX
,
ushort _srcY
,
ushort _srcZ
,
ushort _width
,
ushort _height
,
ushort _depth
)

Meta