]> 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 9935b43e592d3081f4e1ad7493d22df08d37644c..aa164b87c1d803ec27ad74a080fd7f39a391bcbb 100644 (file)
@@ -169,6 +169,7 @@ enum SpirVCapability
 
 enum SpirVExecutionMode
 {
+       EXEC_INVOCATIONS = 0,
        EXEC_ORIGIN_UPPER_LEFT = 7,
        EXEC_ORIGIN_LOWER_LEFT = 8,
        EXEC_INPUT_POINTS = 19,