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/mtypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/main/mtypes.h') diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index a8f0edba8b..508a363f16 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -1571,6 +1571,7 @@ struct fragment_program GLuint NumAluInstructions; /**< GL_ARB_fragment_program */ GLuint NumTexInstructions; GLuint NumTexIndirections; + GLenum FogOption; struct program_parameter_list *Parameters; /**< array [NumParameters] */ }; -- cgit v1.2.3