bgfx_get_direct_access_ptr

Returns texture direct access pointer. Attention: Availability depends on: BGFX_CAPS_TEXTURE_DIRECT_ACCESS. This feature is available on GPUs that have unified memory architecture (UMA) support.

  1. void* bgfx_get_direct_access_ptr(bgfx_texture_handle_t _handle)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void*
    bgfx_get_direct_access_ptr
  2. da_bgfx_get_direct_access_ptr bgfx_get_direct_access_ptr;

Parameters

_handle bgfx_texture_handle_t

Texture handle.

Meta