mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
zink: set is_xfb=false for all i/o variables
this can affect streamout generation, even though it so far hasn't cc: mesa-stable Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24950>
This commit is contained in:
parent
20cbc6b9a0
commit
e87b24719f
1 changed files with 0 additions and 1 deletions
|
|
@ -5280,7 +5280,6 @@ zink_shader_create(struct zink_screen *screen, struct nir_shader *nir)
|
|||
var->data.is_xfb = false;
|
||||
if (glsl_type_is_image(var->type) || glsl_type_is_sampler(var->type)) {
|
||||
has_bindless_io = true;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (has_bindless_io)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue