bgfx_destroy_texture

Destroy texture.

  1. void bgfx_destroy_texture(bgfx_texture_handle_t _handle)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_destroy_texture
  2. da_bgfx_destroy_texture bgfx_destroy_texture;

Parameters

_handle bgfx_texture_handle_t

Texture handle.

Meta