bgfx_create_texture_2d

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
  1. bgfx_texture_handle_t bgfx_create_texture_2d(ushort _width, ushort _height, bool _hasMips, ushort _numLayers, bgfx_texture_format_t _format, ulong _flags, const(bgfx_memory_t)* _mem)
  2. da_bgfx_create_texture_2d bgfx_create_texture_2d;
    version(!BindBgfx_Static)
    extern (C) @nogc nothrow __gshared
    da_bgfx_create_texture_2d bgfx_create_texture_2d;

Meta