mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
21-deferred: Fixed uniform leak.
This commit is contained in:
@@ -418,6 +418,7 @@ public:
|
||||
bgfx::destroy(s_depth);
|
||||
bgfx::destroy(s_light);
|
||||
|
||||
bgfx::destroy(u_layer);
|
||||
bgfx::destroy(u_lightPosRadius);
|
||||
bgfx::destroy(u_lightRgbInnerR);
|
||||
bgfx::destroy(u_mtx);
|
||||
|
||||
Reference in New Issue
Block a user