nir/vtn: Convert constant samplers to variables with data
[mesa.git] / src / compiler / shader_info.h
index c49fed923e28427747312c51e6f5a15a579926c6..eeb1cb0a79101271e597a8415a57f655c9768924 100644 (file)
@@ -58,6 +58,7 @@ struct spirv_supported_capabilities {
    bool integer_functions2;
    bool kernel;
    bool kernel_image;
+   bool literal_sampler;
    bool min_lod;
    bool multiview;
    bool physical_storage_buffer_address;