]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.h
Check the flat qualifier from the correct member
[libs/gl.git] / source / glsl / syntax.h
index 63e419212f6a68da5f37568d21681d23d8656929..ebe188e1f6afa932fe5fd697509c043cfeb5ef23 100644 (file)
@@ -489,8 +489,11 @@ struct Stage
        {
                SHARED,
                VERTEX,
+               TESS_CONTROL,
+               TESS_EVAL,
                GEOMETRY,
-               FRAGMENT
+               FRAGMENT,
+               COMPUTE
        };
 
        Type type;