]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/spirvconstants.h
Fix a name conflict in certain inlining scenarios
[libs/gl.git] / source / glsl / spirvconstants.h
index 3d424844e6d6975bf59e9013e08dc536a4a00a44..33d705e22383971ccd273a3d8d4cc77f1b2fc9b3 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,
@@ -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