graphicsdriver/opengl/gl: Bug fix: Crash on Parallels

Fixes #1310
This commit is contained in:
Hajime Hoshi 2020-08-18 04:33:54 +09:00
parent a48c0d9f2c
commit c921a63c21

View File

@ -14,6 +14,9 @@ package gl
// queryString = (PFNGLXQUERYCURRENTRENDERERSTRINGMESAPROC)
// glXGetProcAddressARB((const GLubyte *)"glXQueryCurrentRendererStringMESA");
// }
// if (!queryString) {
// return "";
// }
//
// static const char* rendererDevice;
// if (!rendererDevice) {