da_bgfx_copy

Allocate buffer and copy data into it. Data will be freed inside bgfx.

version(!BindBgfx_Static)
extern (C) @nogc nothrow __gshared
alias da_bgfx_copy = const(bgfx_memory_t)* function
(
const(void)* _data
,
uint _size
)

Meta