summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-02-17 04:25:24 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-02-17 04:25:24 +0000
commit5cd79f9267c5ce71d9fc3355ab0ba8fe5fdf636a (patch)
treeb249111aad7b974ba9db6865ab9dd98c2cf9f47e /src/mesa/main/mtypes.h
parentc2f6d6d092cb769416af453a9b8e216b20747bec (diff)
added FogOption to fragment_program struct
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h1
1 files changed, 1 insertions, 0 deletions
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] */
};