X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fspirvconstants.h;h=64daa9ff01a58f60a92b2ca54669f1f9ac026b73;hb=bbfd3d1a389acb6e41b62766426de3cef4df0fa0;hp=aa164b87c1d803ec27ad74a080fd7f39a391bcbb;hpb=0859998b4d394cb31f92c1031339bf6404561a8a;p=libs%2Fgl.git diff --git a/source/glsl/spirvconstants.h b/source/glsl/spirvconstants.h index aa164b87..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,