X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fspirvconstants.h;fp=source%2Fglsl%2Fspirvconstants.h;h=9935b43e592d3081f4e1ad7493d22df08d37644c;hb=0d5ff7918d50092d8cf2e1b8f7af1d7d29b6eb9b;hp=33d705e22383971ccd273a3d8d4cc77f1b2fc9b3;hpb=e98188ff6c9bba9761b71f2a69f3be7eb89ba3da;p=libs%2Fgl.git diff --git a/source/glsl/spirvconstants.h b/source/glsl/spirvconstants.h index 33d705e2..9935b43e 100644 --- a/source/glsl/spirvconstants.h +++ b/source/glsl/spirvconstants.h @@ -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,