]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/spirvconstants.h
Store required capabilities for SPIR-V builtin functions
[libs/gl.git] / source / glsl / spirvconstants.h
index 28f556630a7df31d5115d52f87fa442e335bbd59..04d283490e790dd21421d4ef7ee2dda228ea16a5 100644 (file)
@@ -159,6 +159,8 @@ enum SpirVCapability
        CAP_SAMPLED_1D = 43,
        CAP_IMAGE_1D = 44,
        CAP_SAMPLED_CUBE_ARRAY = 45,
+       CAP_IMAGE_QUERY = 50,
+       CAP_DERIVATIVE_CONTROL = 51,
        CAP_INTERPOLATION_FUNCTION = 52
 };