mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Fixed imgui program leak.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user