diff options
Diffstat (limited to 'src/compiler/nir/nir.h')
-rw-r--r-- | src/compiler/nir/nir.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/compiler/nir/nir.h b/src/compiler/nir/nir.h index 3bfe7d7f7bf..4213d6208cb 100644 --- a/src/compiler/nir/nir.h +++ b/src/compiler/nir/nir.h @@ -2024,6 +2024,9 @@ typedef struct nir_shader_compiler_options { bool lower_device_index_to_zero; + /* Set if nir_lower_wpos_ytransform() should also invert gl_PointCoord. */ + bool lower_wpos_pntc; + /** * Should nir_lower_io() create load_interpolated_input intrinsics? * |