mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-03 17:56:21 +03:00
0032970: Visualization, TKOpenGl - fix compilation on Linux: 'False' was not declared
This commit is contained in:
parent
33463eef63
commit
6036998511
@ -1818,7 +1818,7 @@ void OpenGl_Context::MemoryInfo (TColStd_IndexedDataMapOfStringString& theDict)
|
||||
if (myFuncs->glXQueryCurrentRendererIntegerMESA != NULL)
|
||||
{
|
||||
unsigned int aVMemMiB = 0;
|
||||
if (myFuncs->glXQueryCurrentRendererIntegerMESA (GLX_RENDERER_VIDEO_MEMORY_MESA, &aVMemMiB) != False)
|
||||
if (myFuncs->glXQueryCurrentRendererIntegerMESA (GLX_RENDERER_VIDEO_MEMORY_MESA, &aVMemMiB) != 0)
|
||||
{
|
||||
addInfo (theDict, "GPU memory", TCollection_AsciiString() + int(aVMemMiB) + " MiB");
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user