From 1353ebed811e69f38993c388caecc3c6a28e3030 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Sat, 19 Nov 2005 23:28:55 +0000 Subject: Saturate is a 1-bit boolean field --- src/mesa/shader/program_instruction.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesa/shader/program_instruction.h b/src/mesa/shader/program_instruction.h index 7b92075b09..a6910bd2f8 100644 --- a/src/mesa/shader/program_instruction.h +++ b/src/mesa/shader/program_instruction.h @@ -284,7 +284,7 @@ struct prog_instruction * \since * NV_fragment_program, NV_fragment_program_option, NV_vertex_program3. */ - GLuint Saturate:2; + GLuint Saturate:1; /** * Per-instruction selectable precision. -- cgit v1.2.3