ac/nir: clarify the behavior of ac_nir_lower_ngg_options::can_cull

Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/36578>
This commit is contained in:
Marek Olšák
2025-08-05 16:19:30 -04:00
committed by Marge Bot
parent 1ddbe7e818
commit 900e56fc44
+1 -1
View File
@@ -186,7 +186,7 @@ typedef struct {
bool write_pos_to_clipvertex;
const uint8_t *vs_output_param_offset; /* GFX11+ */
bool has_param_exports;
bool can_cull;
bool can_cull; /* if true, cull distances are not exported because the shader culls against them */
bool disable_streamout;
bool has_gen_prim_query;
bool has_xfb_prim_query;