diff options
author | Eric Anholt <[email protected]> | 2012-04-13 12:44:33 -0700 |
---|---|---|
committer | Eric Anholt <[email protected]> | 2012-04-16 11:28:16 -0700 |
commit | 9a01e09ee57a875ccff58316c81395c3f1094aa6 (patch) | |
tree | c79504e48129c56ec36fd6f585f2a675df7b4f12 | |
parent | ecc4c361a68da9b858e8f3762fb43f39fb7e2a0e (diff) |
glsl: Fix comment typo in 1.40 work.
Reviewed-by: Kenneth Graunke <[email protected]>
-rw-r--r-- | src/glsl/builtin_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/builtin_types.h b/src/glsl/builtin_types.h index 890c1213fa3..8c136e4ab11 100644 --- a/src/glsl/builtin_types.h +++ b/src/glsl/builtin_types.h @@ -260,7 +260,7 @@ const glsl_type *const glsl_type::uvec4_type = & builtin_130_types[3]; /*@}*/ -/** \name Types added in GLSL 1.30 +/** \name Types added in GLSL 1.40 */ /*@{*/ const glsl_type glsl_type::builtin_140_types[] = { |