X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fspirvconstants.h;h=3d424844e6d6975bf59e9013e08dc536a4a00a44;hb=ece3438c6a1630ada39cc01ae3d54b27aacdd663;hp=3f780b1b247f706e0a833cc87e2e1555b4ad0844;hpb=91e65bc9e24a6889995081035f6f6f0a78a6c20e;p=libs%2Fgl.git diff --git a/source/glsl/spirvconstants.h b/source/glsl/spirvconstants.h index 3f780b1b..3d424844 100644 --- a/source/glsl/spirvconstants.h +++ b/source/glsl/spirvconstants.h @@ -64,6 +64,7 @@ enum SpirVOpcode OP_IMAGE_SAMPLE_DREF_IMPLICIT_LOD = 89, OP_IMAGE_SAMPLE_DREF_EXPLICIT_LOD = 89, OP_IMAGE_FETCH = 95, + OP_IMAGE = 100, OP_IMAGE_QUERY_SIZE_LOD = 103, OP_CONVERT_F_TO_U = 109, OP_CONVERT_F_TO_S = 110, @@ -159,6 +160,8 @@ enum SpirVCapability CAP_SAMPLED_1D = 43, CAP_IMAGE_1D = 44, CAP_SAMPLED_CUBE_ARRAY = 45, + CAP_IMAGE_QUERY = 50, + CAP_DERIVATIVE_CONTROL = 51, CAP_INTERPOLATION_FUNCTION = 52 }; @@ -254,7 +257,7 @@ enum SpirVGlslStd450Opcode GLSL450_SQRT = 31, GLSL450_INVERSE_SQRT = 32, GLSL450_DETERMINANT = 33, - GLSL450_MATRIX_INVERSE = 33, + GLSL450_MATRIX_INVERSE = 34, GLSL450_F_MIN = 37, GLSL450_U_MIN = 38, GLSL450_S_MIN = 39,