X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fspirvconstants.h;h=3d424844e6d6975bf59e9013e08dc536a4a00a44;hp=04d283490e790dd21421d4ef7ee2dda228ea16a5;hb=ece3438c6a1630ada39cc01ae3d54b27aacdd663;hpb=69bf91a6b169934f2853538580f46ffa8bde1109 diff --git a/source/glsl/spirvconstants.h b/source/glsl/spirvconstants.h index 04d28349..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,