Added comments.
This commit is contained in:
parent
e35d5a07b4
commit
edbb6892e0
@ -198,8 +198,11 @@ void SharedGPUObjects::init()
|
|||||||
} // SharedGPUObjects
|
} // SharedGPUObjects
|
||||||
|
|
||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
|
/** A simple reset function. Atm it actually only resets the
|
||||||
|
* m_has_been_initialised flag (all opengl data gets reset anyway when this
|
||||||
|
* function is called).
|
||||||
|
*/
|
||||||
void SharedGPUObjects::reset()
|
void SharedGPUObjects::reset()
|
||||||
{
|
{
|
||||||
m_has_been_initialised = false;
|
m_has_been_initialised = false;
|
||||||
}
|
} // reset
|
Loading…
Reference in New Issue
Block a user