bgfx_alloc

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

  1. const(bgfx_memory_t)* bgfx_alloc(uint _size)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    bgfx_alloc
    (
    uint _size
    )
  2. da_bgfx_alloc bgfx_alloc;

Parameters

_size uint

Size to allocate.

Meta