]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/spirvconstants.h
Implement other texture query functions for GLSL
[libs/gl.git] / source / glsl / spirvconstants.h
index 3d424844e6d6975bf59e9013e08dc536a4a00a44..661839053544d7e762d640fac159073cc57392da 100644 (file)
@@ -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,