[Mesa-dev] [PATCH 03/11] glsl: Fix comment typo in 1.40 work.

Eric Anholt eric at anholt.net
Fri Apr 13 16:38:31 PDT 2012


---
 src/glsl/builtin_types.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/glsl/builtin_types.h b/src/glsl/builtin_types.h
index 890c121..8c136e4 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[] = {
-- 
1.7.10



More information about the mesa-dev mailing list