This commit is contained in:
Branimir Karadžić 2017-07-30 05:50:35 -07:00
parent 34b6791bd0
commit 46126c1acd

View File

@ -1539,6 +1539,8 @@ namespace bgfx
/// Destroy shader. Once program is created with shader it is safe to
/// destroy shader.
///
/// @param[in] _handle Shader handle.
///
/// @attention C99 equivalent is `bgfx_destroy_shader`.
///
void destroy(ShaderHandle _handle);
@ -1576,6 +1578,8 @@ namespace bgfx
/// Destroy program.
///
/// @param[in] _handle Program handle.
///
/// @attention C99 equivalent is `bgfx_destroy_program`.
///
void destroy(ProgramHandle _handle);
@ -1998,6 +2002,8 @@ namespace bgfx
/// Destroy frame buffer.
///
/// @param[in] _handle Frame buffer handle.
///
/// @attention C99 equivalent is `bgfx_destroy_frame_buffer`.
///
void destroy(FrameBufferHandle _handle);