2009-07-22 13:06:30 -04:00
|
|
|
! (c)2009 Joe Groff bsd license
|
|
|
|
USING: opengl.capabilities tools.test ;
|
|
|
|
IN: opengl.capabilities.tests
|
|
|
|
|
|
|
|
CONSTANT: test-extensions
|
|
|
|
{
|
|
|
|
"GL_ARB_vent_core_frogblast"
|
|
|
|
"GL_EXT_resonance_cascade"
|
|
|
|
"GL_EXT_slipgate"
|
|
|
|
}
|
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ t }
|
2009-07-22 13:06:30 -04:00
|
|
|
[ "GL_ARB_vent_core_frogblast" test-extensions (has-extension?) ] unit-test
|
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ f }
|
2009-07-22 13:06:30 -04:00
|
|
|
[ "GL_ARB_wallhack" test-extensions (has-extension?) ] unit-test
|
|
|
|
|
2015-07-03 12:39:59 -04:00
|
|
|
{ t } [
|
2009-07-22 13:06:30 -04:00
|
|
|
{ "GL_EXT_dimensional_portal" "GL_EXT_slipgate" }
|
|
|
|
test-extensions (has-extension?)
|
|
|
|
] unit-test
|