summaryrefslogtreecommitdiff
path: root/src/mesa/shader/program_instruction.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2005-11-12 23:24:32 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2005-11-12 23:24:32 +0000
commitb3c095f07425ddb9e15ca24929ddd610037ad2ca (patch)
tree9703c1f837e16549e76cdad76cbe405fe0808773 /src/mesa/shader/program_instruction.h
parent662fbf8a629d93ae210837fefc0765381bf0b708 (diff)
fix comment for TexSrcTarget
Diffstat (limited to 'src/mesa/shader/program_instruction.h')
-rw-r--r--src/mesa/shader/program_instruction.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/shader/program_instruction.h b/src/mesa/shader/program_instruction.h
index 8277c5ced9..7b92075b09 100644
--- a/src/mesa/shader/program_instruction.h
+++ b/src/mesa/shader/program_instruction.h
@@ -311,8 +311,7 @@ struct prog_instruction
GLuint TexSrcUnit:5;
/**
- * Source texture target (e.g., GL_TEXTURE_1D, GL_TEXTURE_2D,
- * GL_TEXTURE_3D, GL_TEXTURE_CUBE, GL_TEXTURE_RECTANGLE_ARB).
+ * Source texture target, one of TEXTURE_{1D,2D,3D,CUBE,RECT}_INDEX.
*/
GLuint TexSrcTarget:3;
/*@}*/