Type Definition bgfx_sys::bgfx_memory_t[][src]

type bgfx_memory_t = bgfx_memory_s;
Expand description

Memory must be obtained by calling bgfx::alloc, bgfx::copy, or bgfx::makeRef. @attention It is illegal to create this structure on stack and pass it to any bgfx API.