mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 18:58:10 +02:00
Make test visible
This commit is contained in:
parent
8975cbb36b
commit
2ea6b800c0
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue