X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fspirvconstants.h;h=64daa9ff01a58f60a92b2ca54669f1f9ac026b73;hb=ac876d8c2ea01e0383709a8a045c3e592c9564eb;hp=9935b43e592d3081f4e1ad7493d22df08d37644c;hpb=0d5ff7918d50092d8cf2e1b8f7af1d7d29b6eb9b;p=libs%2Fgl.git diff --git a/source/glsl/spirvconstants.h b/source/glsl/spirvconstants.h index 9935b43e..64daa9ff 100644 --- a/source/glsl/spirvconstants.h +++ b/source/glsl/spirvconstants.h @@ -68,6 +68,7 @@ enum SpirVOpcode OP_IMAGE_QUERY_SIZE_LOD = 103, OP_IMAGE_QUERY_LOD = 105, OP_IMAGE_QUERY_LEVELS = 106, + OP_IMAGE_QUERY_SAMPLES = 107, OP_CONVERT_F_TO_U = 109, OP_CONVERT_F_TO_S = 110, OP_CONVERT_S_TO_F = 111, @@ -169,6 +170,7 @@ enum SpirVCapability enum SpirVExecutionMode { + EXEC_INVOCATIONS = 0, EXEC_ORIGIN_UPPER_LEFT = 7, EXEC_ORIGIN_LOWER_LEFT = 8, EXEC_INPUT_POINTS = 19,