diff options
author | Zack Rusin <[email protected]> | 2008-06-10 16:59:44 -0400 |
---|---|---|
committer | Zack Rusin <[email protected]> | 2008-06-12 14:15:37 -0400 |
commit | 68ef8e89a5f25cd9f80e2b9088604631a28edc3c (patch) | |
tree | 4f30579541c645b80dd2ed752528ee247c7971d3 /src/mesa/shader/arbprogparse.c | |
parent | 5ecb2f2d0fca0c5ea847d1968459aa0dd8138f14 (diff) |
glsl: implement variable array indexes
Diffstat (limited to 'src/mesa/shader/arbprogparse.c')
-rw-r--r-- | src/mesa/shader/arbprogparse.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/shader/arbprogparse.c b/src/mesa/shader/arbprogparse.c index b60b9656c62..a6bbdc64f16 100644 --- a/src/mesa/shader/arbprogparse.c +++ b/src/mesa/shader/arbprogparse.c @@ -3880,7 +3880,7 @@ _mesa_parse_arb_fragment_program(GLcontext* ctx, GLenum target, } #if DEBUG_FP - _mesa_printf("____________Fragment program %u ________\n", program->Base.ID); + _mesa_printf("____________Fragment program %u ________\n", program->Base.Id); _mesa_print_program(&program->Base); #endif } |