X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;ds=sidebyside;f=source%2Fglsl%2Fsyntax.h;h=ac67a3fb9474dcd202682dd9795f939299750b31;hb=2b87464682733c875966c1aa3b3369efbd60b310;hp=25b7e4a0450d8d89e940579a87af356a74ee5ac1;hpb=48700161395ece1c8132ee687bf94cd62c6ec2df;p=libs%2Fgl.git diff --git a/source/glsl/syntax.h b/source/glsl/syntax.h index 25b7e4a0..ac67a3fb 100644 --- a/source/glsl/syntax.h +++ b/source/glsl/syntax.h @@ -380,6 +380,8 @@ struct Stage std::vector required_extensions; Stage(Type); + + static const char *get_stage_name(Type); }; struct Module