nir/vtn: Add support for kernel images to SPIRV-to-NIR.
[mesa.git] / src / compiler / shader_info.h
index 760bc5556cbee826e257bfbbb78e84b868665c20..c49fed923e28427747312c51e6f5a15a579926c6 100644 (file)
@@ -57,6 +57,7 @@ struct spirv_supported_capabilities {
    bool int64_atomics;
    bool integer_functions2;
    bool kernel;
+   bool kernel_image;
    bool min_lod;
    bool multiview;
    bool physical_storage_buffer_address;