mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Fixed imgui program leak.
This commit is contained in:
parent
da5d390262
commit
ea5201d07e
1 changed files with 2 additions and 0 deletions
|
@ -223,6 +223,8 @@ struct Imgui
|
|||
{
|
||||
bgfx::destroyUniform(u_texColor);
|
||||
bgfx::destroyTexture(m_fontTexture);
|
||||
bgfx::destroyProgram(m_colorProgram);
|
||||
bgfx::destroyProgram(m_textureProgram);
|
||||
}
|
||||
|
||||
bool anyActive() const
|
||||
|
|
Loading…
Reference in a new issue