branch | trunk |
changeset 323 | b60c88ec8182 |
parent 284 | ea52f9707795 |
child 354 | ec1d705d167a |
--- a/mojoshader.h Sat May 24 23:56:21 2008 -0400 +++ b/mojoshader.h Sun May 25 03:35:38 2008 -0400 @@ -335,6 +335,11 @@ */ #define MOJOSHADER_PROFILE_GLSL "glsl" +/* + * Profile string for OpenGL ARB 1.0 shaders: GL_ARB_(vertex|fragment)_program. + */ +#define MOJOSHADER_PROFILE_ARB1 "arb1" + /* * Parse a compiled Direct3D shader's bytecode.