]> gitweb.factorcode.org Git - factor.git/blob - basis/opengl/opengl-tests.factor
mason: show git SHA1 and timestamp of last completed build
[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