vulkan/wsi: include builddir for generated headers
[mesa.git] / src / compiler / spirv / nir_spirv.h
index 116b0a374cd64f300819308642c822b20fea0bb8..1a312a918885e8a9365ae1a675c226c8fc0b68ed 100644 (file)
@@ -45,7 +45,13 @@ struct nir_spirv_specialization {
 };
 
 struct nir_spirv_supported_extensions {
+   bool float64;
    bool image_ms_array;
+   bool tessellation;
+   bool draw_parameters;
+   bool image_read_without_format;
+   bool image_write_without_format;
+   bool int64;
 };
 
 nir_function *spirv_to_nir(const uint32_t *words, size_t word_count,