diff options
author | Brian <[email protected]> | 2007-01-23 17:41:25 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-01-23 17:41:25 -0700 |
commit | c920d201c23f1ff1dfba06d3827e5a0e0d756283 (patch) | |
tree | 85ceffebe0cc76002c7c8c287954400cb1bf2f5c /src/mesa/shader/prog_instruction.h | |
parent | 6d4e561e399a1e203a80f8440691d64aa3493347 (diff) |
updated comment
Diffstat (limited to 'src/mesa/shader/prog_instruction.h')
-rw-r--r-- | src/mesa/shader/prog_instruction.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/shader/prog_instruction.h b/src/mesa/shader/prog_instruction.h index c0156205945..83e8d7080b4 100644 --- a/src/mesa/shader/prog_instruction.h +++ b/src/mesa/shader/prog_instruction.h @@ -26,8 +26,7 @@ /** * \file prog_instruction.h * - * Private vertex program types and constants only used by files - * related to vertex programs. + * Vertex/fragment program instruction datatypes and constants. * * \author Brian Paul * \author Keith Whitwell |