]> git.tdb.fi Git - libs/gl.git/blobdiff - source/glsl/spirvconstants.h
Declare capability for extended storage image formats if required
[libs/gl.git] / source / glsl / spirvconstants.h
index e3c245fb7e75abb59e469be5e5727f0a33eda191..2e952e058bde58b4cc21eca56e745244666959b6 100644 (file)
@@ -168,6 +168,7 @@ enum SpirVCapability
        CAP_SAMPLED_1D = 43,
        CAP_IMAGE_1D = 44,
        CAP_SAMPLED_CUBE_ARRAY = 45,
+       CAP_STORAGE_IMAGE_EXTENDED_FORMATS = 49,
        CAP_IMAGE_QUERY = 50,
        CAP_DERIVATIVE_CONTROL = 51,
        CAP_INTERPOLATION_FUNCTION = 52