bgfx_set_image

Set compute image from texture.

  1. void bgfx_set_image(byte _stage, bgfx_texture_handle_t _handle, byte _mip, bgfx_access_t _access, bgfx_texture_format_t _format)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_set_image
  2. da_bgfx_set_image bgfx_set_image;

Parameters

_stage byte

Compute stage.

_handle bgfx_texture_handle_t

Texture handle.

_mip byte

Mip level.

_access bgfx_access_t

Image access. See Access::Enum.

_format bgfx_texture_format_t

Texture format. See: TextureFormat::Enum.

Meta