pub unsafe extern "C" fn bgfx_destroy_shader(
    _handle: bgfx_shader_handle_t
)
Expand description

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

@param[in] _handle Shader handle.