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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user