X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fspirvconstants.h;h=aa164b87c1d803ec27ad74a080fd7f39a391bcbb;hb=77f6973f58167d94059d3f324c29ab2ca8de4544;hp=661839053544d7e762d640fac159073cc57392da;hpb=e0caeb9be47bc140978552bb7149f1c9c8c973db;p=libs%2Fgl.git diff --git a/source/glsl/spirvconstants.h b/source/glsl/spirvconstants.h index 66183905..aa164b87 100644 --- a/source/glsl/spirvconstants.h +++ b/source/glsl/spirvconstants.h @@ -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