glsl: Silence unused parameter warnings
[mesa.git] / src / compiler / spirv / nir_spirv.h
index 2850e91e8b85c958377c3d070f832b416bb294ba..83577fb5d23db65bd52fca5a4bb74dbdea5eb198 100644 (file)
@@ -25,8 +25,6 @@
  *
  */
 
-#pragma once
-
 #ifndef _NIR_SPIRV_H_
 #define _NIR_SPIRV_H_
 
@@ -47,6 +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;
+   bool multiview;
+   bool variable_pointers;
 };
 
 nir_function *spirv_to_nir(const uint32_t *words, size_t word_count,