X-Git-Url: http://git.tdb.fi/?p=libs%2Fgl.git;a=blobdiff_plain;f=source%2Fglsl%2Fspirvconstants.h;h=aa164b87c1d803ec27ad74a080fd7f39a391bcbb;hp=e3c245fb7e75abb59e469be5e5727f0a33eda191;hb=HEAD;hpb=79db78e77054cd93e69123b3b6495a561f5cbd10 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