]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/spirvconstants.h
Add basic Vulkan support to the shader compiler
[libs/gl.git] / source / glsl / spirvconstants.h
index 661839053544d7e762d640fac159073cc57392da..33d705e22383971ccd273a3d8d4cc77f1b2fc9b3 100644 (file)
@@ -188,7 +188,8 @@ enum SpirVStorageClass
        STORAGE_UNIFORM = 2,
        STORAGE_OUTPUT = 3,
        STORAGE_PRIVATE = 6,
-       STORAGE_FUNCTION = 7
+       STORAGE_FUNCTION = 7,
+       STORAGE_PUSH_CONSTANT = 9
 };
 
 enum SpirVDecoration