diff options
Diffstat (limited to 'src/compiler/nir/nir.h')
-rw-r--r-- | src/compiler/nir/nir.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 450f10a70b9..0fd2cabcff6 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -2300,12 +2300,6 @@ typedef struct nir_shader_compiler_options { bool lower_all_io_to_temps; bool lower_all_io_to_elements; - /** - * Does the driver support real 32-bit integers? (Otherwise, integers - * are simulated by floats.) - */ - bool native_integers; - /* Indicates that the driver only has zero-based vertex id */ bool vertex_id_zero_based; |