]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/spirvconstants.h
Implement textureSize as a visitor function in the SPIR-V generator
[libs/gl.git] / source / glsl / spirvconstants.h
index 04d283490e790dd21421d4ef7ee2dda228ea16a5..3d424844e6d6975bf59e9013e08dc536a4a00a44 100644 (file)
@@ -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,