da_bgfx_alloc

Allocate buffer to pass to bgfx calls. Data will be freed inside bgfx.

version(!BindBgfx_Static)
extern (C) @nogc nothrow __gshared
alias da_bgfx_alloc = const(bgfx_memory_t)* function
(
uint _size
)

Meta