diff options
author | Marek Olšák <[email protected]> | 2015-06-06 14:12:34 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-06-14 20:17:29 +0200 |
commit | 2489054f663baa69e659e0878cb39f4e7197ee0b (patch) | |
tree | 3dd9e9af38a23168cc20fdd651b8cac0eea75bd7 /src/glsl | |
parent | 790510808e614ee6c5f55ba773734838041902cb (diff) |
glsl: fix "tesselation" typo
Trivial.
Diffstat (limited to 'src/glsl')
-rw-r--r-- | src/glsl/ast_to_hir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index a05efe00470..fc24305b244 100644 --- a/src/glsl/ast_to_hir.cpp +++ b/src/glsl/ast_to_hir.cpp @@ -2729,7 +2729,7 @@ apply_type_qualifier_to_variable(const struct ast_type_qualifier *qual, * GL_ARB_conservative_depth * GL_ARB_gpu_shader5 * GL_ARB_separate_shader_objects - * GL_ARB_tesselation_shader + * GL_ARB_tessellation_shader * GL_ARB_transform_feedback3 * GL_ARB_uniform_buffer_object * |