bgfx_destroy_uniform

Destroy shader uniform parameter.

  1. void bgfx_destroy_uniform(bgfx_uniform_handle_t _handle)
    version(BindBgfx_Static)
    extern (C) @nogc nothrow
    void
    bgfx_destroy_uniform
  2. da_bgfx_destroy_uniform bgfx_destroy_uniform;

Parameters

_handle bgfx_uniform_handle_t

Handle to uniform object.

Meta