bgfx_destroy_program

Destroy program.

  1. void bgfx_destroy_program(bgfx_program_handle_t _handle)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_destroy_program
  2. da_bgfx_destroy_program bgfx_destroy_program;

Parameters

_handle bgfx_program_handle_t

Program handle.

Meta