X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fspirvconstants.h;h=2e952e058bde58b4cc21eca56e745244666959b6;hp=e3c245fb7e75abb59e469be5e5727f0a33eda191;hb=96befca6bd79fbaed431105369a876aa00409fbc;hpb=e77f248bcd1d8126c392451e6057417e74aef05f diff --git a/source/glsl/spirvconstants.h b/source/glsl/spirvconstants.h index e3c245fb..2e952e05 100644 --- a/source/glsl/spirvconstants.h +++ b/source/glsl/spirvconstants.h @@ -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