pub unsafe extern "C" fn bgfx_alloc(
_size: u32,
) -> *const bgfx_memory_tExpand description
Allocate buffer to pass to bgfx calls. Data will be freed inside bgfx.
@param[in] _size Size to allocate.
@returns Allocated memory.
pub unsafe extern "C" fn bgfx_alloc(
_size: u32,
) -> *const bgfx_memory_tAllocate buffer to pass to bgfx calls. Data will be freed inside bgfx.
@param[in] _size Size to allocate.
@returns Allocated memory.