glsl: Silence unused parameter warnings
[mesa.git] / src / compiler / spirv / nir_spirv.h
index 1a312a918885e8a9365ae1a675c226c8fc0b68ed..83577fb5d23db65bd52fca5a4bb74dbdea5eb198 100644 (file)
@@ -25,8 +25,6 @@
  *
  */
 
-#pragma once
-
 #ifndef _NIR_SPIRV_H_
 #define _NIR_SPIRV_H_
 
@@ -52,6 +50,8 @@ struct nir_spirv_supported_extensions {
    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,