]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/syntax.h
Support compute shaders in the shader compiler
[libs/gl.git] / source / glsl / syntax.h
index 63e419212f6a68da5f37568d21681d23d8656929..1f43eac303bf6db2e7e6c5f705ee77a40ee23d37 100644 (file)
@@ -490,7 +490,8 @@ struct Stage
                SHARED,
                VERTEX,
                GEOMETRY,
-               FRAGMENT
+               FRAGMENT,
+               COMPUTE
        };
 
        Type type;