diff options
Diffstat (limited to 'src/compiler/nir/nir.h')
-rw-r--r-- | src/compiler/nir/nir.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 806e47dd7bb..bc72d8f83f5 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -2273,6 +2273,7 @@ typedef struct nir_shader_compiler_options { bool lower_extract_word; bool lower_all_io_to_temps; + bool lower_all_io_to_elements; /** * Does the driver support real 32-bit integers? (Otherwise, integers |