X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fspirvconstants.h;h=33d705e22383971ccd273a3d8d4cc77f1b2fc9b3;hp=3d424844e6d6975bf59e9013e08dc536a4a00a44;hb=3fe1aab63922eec99d8bf6fd4fd60bec10df173c;hpb=ece3438c6a1630ada39cc01ae3d54b27aacdd663 diff --git a/source/glsl/spirvconstants.h b/source/glsl/spirvconstants.h index 3d424844..33d705e2 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, @@ -186,7 +188,8 @@ enum SpirVStorageClass STORAGE_UNIFORM = 2, STORAGE_OUTPUT = 3, STORAGE_PRIVATE = 6, - STORAGE_FUNCTION = 7 + STORAGE_FUNCTION = 7, + STORAGE_PUSH_CONSTANT = 9 }; enum SpirVDecoration