mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
i965: Link XFB varyings for SPIR-V shaders
Reviewed-by: Timothy Arceri <tarceri@itsqueeze.com>
This commit is contained in:
parent
b9719b4b05
commit
b7421cda86
1 changed files with 1 additions and 0 deletions
|
|
@ -267,6 +267,7 @@ brw_link_shader(struct gl_context *ctx, struct gl_shader_program *shProg)
|
|||
return false;
|
||||
|
||||
gl_nir_link_assign_atomic_counter_resources(ctx, shProg);
|
||||
gl_nir_link_assign_xfb_resources(ctx, shProg);
|
||||
}
|
||||
|
||||
/* Determine first and last stage. */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue