]> git.tdb.fi Git - libs/gl.git/blobdiff - source/core/module.h
Recognize push constant blocks when reflecting SPIR-V modules
[libs/gl.git] / source / core / module.h
index 1c62f340505a254e2fec0d40817c6335e1a49060..5067895de662e2a29676f07f988df3d9e7d1e371 100644 (file)
@@ -106,7 +106,8 @@ public:
                UNIFORM_CONSTANT = 0,
                INPUT = 1,
                UNIFORM = 2,
-               OUTPUT = 3
+               OUTPUT = 3,
+               PUSH_CONSTANT = 9
        };
 
        enum BuiltinSemantic