mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
tests: check for GL_EXT/ARB_framebuffer_object
This commit is contained in:
parent
073c20befa
commit
29c79a03a4
1 changed files with 3 additions and 1 deletions
|
|
@ -154,7 +154,9 @@ Draw(void)
|
|||
|
||||
TestGetTexImage();
|
||||
|
||||
TestGetTexImageRTT();
|
||||
if (glutExtensionSupported("GL_EXT_framebuffer_object") ||
|
||||
glutExtensionSupported("GL_ARB_framebuffer_object"))
|
||||
TestGetTexImageRTT();
|
||||
|
||||
glutDestroyWindow(Win);
|
||||
exit(0);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue