Make test visible

This commit is contained in:
Keith Whitwell 2005-10-21 10:07:52 +00:00
parent 8975cbb36b
commit 2ea6b800c0

View file

@ -40,7 +40,8 @@ static void Init( void )
static const char *modulate2D =
"!!ARBfp1.0\n"
"TEMP R0;\n"
"RCP result.color, fragment.color.x; \n"
"ADD R0, fragment.color.x, fragment.color.x; \n"
"RCP result.color, R0.x; \n"
"END"
;
GLuint modulateProg;