bgfx_encoder_set_compute_vertex_buffer

Set compute vertex buffer.

  1. void bgfx_encoder_set_compute_vertex_buffer(bgfx_encoder_t* _this, byte _stage, bgfx_vertex_buffer_handle_t _handle, bgfx_access_t _access)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_encoder_set_compute_vertex_buffer
  2. da_bgfx_encoder_set_compute_vertex_buffer bgfx_encoder_set_compute_vertex_buffer;

Parameters

_stage byte

Compute stage.

_handle bgfx_vertex_buffer_handle_t

Vertex buffer handle.

_access bgfx_access_t

Buffer access. See Access::Enum.

Meta