From: Brian Paul Date: Sat, 12 Nov 2005 23:24:32 +0000 (+0000) Subject: fix comment for TexSrcTarget X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b3c095f07425ddb9e15ca24929ddd610037ad2ca;p=mesa.git fix comment for TexSrcTarget --- diff --git a/src/mesa/shader/program_instruction.h b/src/mesa/shader/program_instruction.h index 8277c5ced9e..7b92075b09a 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; /*@}*/