mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-10-02 09:31:12 -04:00
Finsih gldebug move completely this time
This commit is contained in:
parent
ac18983f37
commit
e147f6fed9
@ -102,11 +102,11 @@ void enableGLDebugExtension(unsigned int contextID)
|
|||||||
Log(Debug::Error) << "Unable to attach OpenGL debug callback.";
|
Log(Debug::Error) << "Unable to attach OpenGL debug callback.";
|
||||||
}
|
}
|
||||||
|
|
||||||
EnableGLDebugOperation::EnableGLDebugOperation() : osg::GraphicsOperation("EnableGLDebugOperation", false)
|
Debug::EnableGLDebugOperation::EnableGLDebugOperation() : osg::GraphicsOperation("EnableGLDebugOperation", false)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
|
||||||
void EnableGLDebugOperation::operator()(osg::GraphicsContext* graphicsContext)
|
void Debug::EnableGLDebugOperation::operator()(osg::GraphicsContext* graphicsContext)
|
||||||
{
|
{
|
||||||
OpenThreads::ScopedLock<OpenThreads::Mutex> lock(mMutex);
|
OpenThreads::ScopedLock<OpenThreads::Mutex> lock(mMutex);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user