bgfx_set_compute_dynamic_vertex_buffer

Set compute dynamic vertex buffer.

  1. void bgfx_set_compute_dynamic_vertex_buffer(byte _stage, bgfx_dynamic_vertex_buffer_handle_t _handle, bgfx_access_t _access)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_set_compute_dynamic_vertex_buffer
  2. da_bgfx_set_compute_dynamic_vertex_buffer bgfx_set_compute_dynamic_vertex_buffer;

Parameters

_stage byte

Compute stage.

_handle bgfx_dynamic_vertex_buffer_handle_t

Dynamic vertex buffer handle.

_access bgfx_access_t

Buffer access. See Access::Enum.

Meta