summaryrefslogtreecommitdiff
path: root/src/mesa/main/mtypes.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2003-10-09 11:33:38 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2003-10-09 11:33:38 +0000
commitbcb3957b6c22caf35d9b300440648c3e656e8b4c (patch)
tree5339a20c4bf2bfcb3a9a96ce3c82852c48f32f2f /src/mesa/main/mtypes.h
parent2cdd699a77f7801b1e37b72108a33fa95354e67a (diff)
Eric's mesa-depth32.diff
Diffstat (limited to 'src/mesa/main/mtypes.h')
-rw-r--r--src/mesa/main/mtypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h
index c996dbbe7b..2b51a4168a 100644
--- a/src/mesa/main/mtypes.h
+++ b/src/mesa/main/mtypes.h
@@ -473,7 +473,7 @@ struct gl_current_attrib {
*/
struct gl_depthbuffer_attrib {
GLenum Func; /**< Function for depth buffer compare */
- GLfloat Clear; /**< Value to clear depth buffer to */
+ GLclampd Clear; /**< Value to clear depth buffer to */
GLboolean Test; /**< Depth buffering enabled flag */
GLboolean Mask; /**< Depth buffer writable? */
GLboolean OcclusionTest; /**< GL_HP_occlusion_test */