X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fsyntax.cpp;fp=source%2Fglsl%2Fsyntax.cpp;h=c37ad0895a86dfd09517b8a7d94d764c3fc4ed8f;hb=79db78e77054cd93e69123b3b6495a561f5cbd10;hp=b805a95aa47213af6942c9e377caa4a41ad70e0f;hpb=7272d97c23eedb3850661deec964c4a9c96337fe;p=libs%2Fgl.git diff --git a/source/glsl/syntax.cpp b/source/glsl/syntax.cpp index b805a95a..c37ad089 100644 --- a/source/glsl/syntax.cpp +++ b/source/glsl/syntax.cpp @@ -332,7 +332,7 @@ Stage::Stage(Stage::Type t): const char *Stage::get_stage_name(Type type) { - static const char *const names[] = { "shared", "vertex", "geometry", "fragment", "compute" }; + static const char *const names[] = { "shared", "vertex", "tess_control", "tess_eval", "geometry", "fragment", "compute" }; return names[type]; }