diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-19 23:28:55 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2005-11-19 23:28:55 +0000 |
commit | 1353ebed811e69f38993c388caecc3c6a28e3030 (patch) | |
tree | 21fd35d9b4fdf65443bff038611fee1d07b2eb7d | |
parent | 5d7b49f7e77f9e3303e0910834b6c014e7267289 (diff) |
Saturate is a 1-bit boolean field
-rw-r--r-- | src/mesa/shader/program_instruction.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |