mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 16:44:36 +00:00
Update gfxGLCircularVolatileBuffer.h
This commit is contained in:
parent
6235f63deb
commit
58a604d363
1 changed files with 6 additions and 1 deletions
|
|
@ -143,6 +143,11 @@ public:
|
||||||
init();
|
init();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
~GLCircularVolatileBuffer()
|
||||||
|
{
|
||||||
|
glDeleteBuffers(1, &mBufferName);
|
||||||
|
}
|
||||||
|
|
||||||
void init()
|
void init()
|
||||||
{
|
{
|
||||||
glGenBuffers(1, &mBufferName);
|
glGenBuffers(1, &mBufferName);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue