From 5cd79f9267c5ce71d9fc3355ab0ba8fe5fdf636a Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 17 Feb 2004 04:25:24 +0000 Subject: added FogOption to fragment_program struct --- src/mesa/main/arbfragparse.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/arbfragparse.c') diff --git a/src/mesa/main/arbfragparse.c b/src/mesa/main/arbfragparse.c index 0443862020..bce8732f25 100644 --- a/src/mesa/main/arbfragparse.c +++ b/src/mesa/main/arbfragparse.c @@ -206,6 +206,7 @@ _mesa_parse_arb_fragment_program(GLcontext * ctx, GLenum target, program->NumTexInstructions = ap.NumTexInstructions; program->NumTexIndirections = ap.NumTexIndirections; program->Parameters = ap.Parameters; + program->FogOption = ap.FogOption; /* XXX: Parse error. Cleanup things and return */ if (retval) -- cgit v1.2.3