mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
Fixed resource cleanup.
This commit is contained in:
parent
fd764ec261
commit
9ee7d760a7
1 changed files with 1 additions and 0 deletions
|
@ -409,6 +409,7 @@ struct Uniforms
|
|||
bgfx::destroyUniform(u_ambient);
|
||||
bgfx::destroyUniform(u_diffuse);
|
||||
bgfx::destroyUniform(u_specular_shininess);
|
||||
bgfx::destroyUniform(u_color);
|
||||
bgfx::destroyUniform(u_time);
|
||||
bgfx::destroyUniform(u_lightPosRadius);
|
||||
bgfx::destroyUniform(u_lightRgbInnerR);
|
||||
|
|
Loading…
Reference in a new issue