X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fspirvconstants.h;h=661839053544d7e762d640fac159073cc57392da;hb=241cf36a6d7735706804bb3c517529bbe078f1ee;hp=3d424844e6d6975bf59e9013e08dc536a4a00a44;hpb=ece3438c6a1630ada39cc01ae3d54b27aacdd663;p=libs%2Fgl.git diff --git a/source/glsl/spirvconstants.h b/source/glsl/spirvconstants.h index 3d424844..66183905 100644 --- a/source/glsl/spirvconstants.h +++ b/source/glsl/spirvconstants.h @@ -66,6 +66,8 @@ enum SpirVOpcode OP_IMAGE_FETCH = 95, OP_IMAGE = 100, OP_IMAGE_QUERY_SIZE_LOD = 103, + OP_IMAGE_QUERY_LOD = 105, + OP_IMAGE_QUERY_LEVELS = 106, OP_CONVERT_F_TO_U = 109, OP_CONVERT_F_TO_S = 110, OP_CONVERT_S_TO_F = 111,