nir: remove some fields from nir_shader_compiler_options
I accidentally added these with 0dc4cab
. Oops!
This commit is contained in:
@@ -1758,9 +1758,6 @@ typedef struct nir_shader_compiler_options {
|
|||||||
* information must be inferred from the list of input nir_variables.
|
* information must be inferred from the list of input nir_variables.
|
||||||
*/
|
*/
|
||||||
bool use_interpolated_input_intrinsics;
|
bool use_interpolated_input_intrinsics;
|
||||||
|
|
||||||
bool lower_b2dx;
|
|
||||||
bool lower_b2i;
|
|
||||||
} nir_shader_compiler_options;
|
} nir_shader_compiler_options;
|
||||||
|
|
||||||
typedef struct nir_shader_info {
|
typedef struct nir_shader_info {
|
||||||
|
Reference in New Issue
Block a user