mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-04 13:00:33 +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();
|
||||
}
|
||||
|
||||
~GLCircularVolatileBuffer()
|
||||
{
|
||||
glDeleteBuffers(1, &mBufferName);
|
||||
}
|
||||
|
||||
void init()
|
||||
{
|
||||
glGenBuffers(1, &mBufferName);
|
||||
|
|
@ -290,4 +295,4 @@ protected:
|
|||
};
|
||||
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue