mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 01:09:34 +00:00
Fixed: OpenGL ES driver compilation
This commit is contained in:
parent
68814a1d94
commit
2221bae1b2
1 changed files with 5 additions and 0 deletions
|
@ -1203,6 +1203,7 @@ sint CDriverGL::getTotalVideoMemory() const
|
||||||
{
|
{
|
||||||
H_AUTO_OGL(CDriverGL_getTotalVideoMemory);
|
H_AUTO_OGL(CDriverGL_getTotalVideoMemory);
|
||||||
|
|
||||||
|
#ifndef USE_OPENGLES
|
||||||
if (_Extensions.NVXGPUMemoryInfo)
|
if (_Extensions.NVXGPUMemoryInfo)
|
||||||
{
|
{
|
||||||
GLint memoryInKiB = 0;
|
GLint memoryInKiB = 0;
|
||||||
|
@ -1306,6 +1307,10 @@ sint CDriverGL::getTotalVideoMemory() const
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#else
|
||||||
|
// TODO: implement for OpenGL ES
|
||||||
|
#endif
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue