Browse Source

glsl: Fix comment typo in 1.40 work.

Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
tags/i965-primitive-restart-v2
Eric Anholt 13 years ago
parent
commit
9a01e09ee5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/glsl/builtin_types.h

+ 1
- 1
src/glsl/builtin_types.h View File

@@ -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[] = {

Loading…
Cancel
Save