bgfx_destroy_shader

Destroy shader. Remarks: Once a shader program is created with _handle, it is safe to destroy that shader.

  1. void bgfx_destroy_shader(bgfx_shader_handle_t _handle)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_destroy_shader
  2. da_bgfx_destroy_shader bgfx_destroy_shader;

Parameters

_handle bgfx_shader_handle_t

Shader handle.

Meta