tests: check for GL_EXT/ARB_framebuffer_object
This commit is contained in:
@@ -154,7 +154,9 @@ Draw(void)
|
||||
|
||||
TestGetTexImage();
|
||||
|
||||
TestGetTexImageRTT();
|
||||
if (glutExtensionSupported("GL_EXT_framebuffer_object") ||
|
||||
glutExtensionSupported("GL_ARB_framebuffer_object"))
|
||||
TestGetTexImageRTT();
|
||||
|
||||
glutDestroyWindow(Win);
|
||||
exit(0);
|
||||
|
||||
Reference in New Issue
Block a user