]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/spirvconstants.h
Use emplace_back when a new object is being constructed
[libs/gl.git] / source / glsl / spirvconstants.h
index 661839053544d7e762d640fac159073cc57392da..9935b43e592d3081f4e1ad7493d22df08d37644c 100644 (file)
@@ -169,6 +169,7 @@ enum SpirVCapability
 
 enum SpirVExecutionMode
 {
+       EXEC_ORIGIN_UPPER_LEFT = 7,
        EXEC_ORIGIN_LOWER_LEFT = 8,
        EXEC_INPUT_POINTS = 19,
        EXEC_INPUT_LINES = 20,
@@ -188,7 +189,8 @@ enum SpirVStorageClass
        STORAGE_UNIFORM = 2,
        STORAGE_OUTPUT = 3,
        STORAGE_PRIVATE = 6,
-       STORAGE_FUNCTION = 7
+       STORAGE_FUNCTION = 7,
+       STORAGE_PUSH_CONSTANT = 9
 };
 
 enum SpirVDecoration