spirv: Add support for IntegerFunctions2INTEL capability
[mesa.git] / src / compiler / shader_info.h
index 136e71ce23428b265bfd07ed3ad50deb7ec2c749..cbc22d24636efc905a0171f1e712b6a462343822 100644 (file)
@@ -53,6 +53,7 @@ struct spirv_supported_capabilities {
    bool int16;
    bool int64;
    bool int64_atomics;
+   bool integer_functions2;
    bool kernel;
    bool min_lod;
    bool multiview;