]> gitweb.factorcode.org Git - factor.git/blob - basis/opengl/opengl-tests.factor
ui.theme.switching.tools: switch breakpoint symbol
[factor.git] / basis / opengl / opengl-tests.factor
1 USING: tools.test math opengl opengl.gl ;
2
3 { 2 1 } [ { GL_TEXTURE_2D } [ + ] all-enabled ] must-infer-as
4
5 { 2 1 } [ { GL_TEXTURE_2D } [ + ] all-enabled-client-state ] must-infer-as