X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fglsl%2Fspirvconstants.h;h=04d283490e790dd21421d4ef7ee2dda228ea16a5;hb=69bf91a6b169934f2853538580f46ffa8bde1109;hp=28f556630a7df31d5115d52f87fa442e335bbd59;hpb=59347f76bc985e8c9c769d4a3eee672cba9c920b;p=libs%2Fgl.git diff --git a/source/glsl/spirvconstants.h b/source/glsl/spirvconstants.h index 28f55663..04d28349 100644 --- a/source/glsl/spirvconstants.h +++ b/source/glsl/spirvconstants.h @@ -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 };