]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/spirvconstants.h
Remove Vulkan checks from feature converters
[libs/gl.git] / source / glsl / spirvconstants.h
index 661839053544d7e762d640fac159073cc57392da..aa164b87c1d803ec27ad74a080fd7f39a391bcbb 100644 (file)
@@ -169,6 +169,8 @@ enum SpirVCapability
 
 enum SpirVExecutionMode
 {
+       EXEC_INVOCATIONS = 0,
+       EXEC_ORIGIN_UPPER_LEFT = 7,
        EXEC_ORIGIN_LOWER_LEFT = 8,
        EXEC_INPUT_POINTS = 19,
        EXEC_INPUT_LINES = 20,
@@ -188,7 +190,8 @@ enum SpirVStorageClass
        STORAGE_UNIFORM = 2,
        STORAGE_OUTPUT = 3,
        STORAGE_PRIVATE = 6,
-       STORAGE_FUNCTION = 7
+       STORAGE_FUNCTION = 7,
+       STORAGE_PUSH_CONSTANT = 9
 };
 
 enum SpirVDecoration