mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-11 20:00:38 +01:00
ac/nir: Allow ac_shader_variant_info to contain info about multiple stages.
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
a996ed1f9b
commit
6078a3bd51
1 changed files with 1 additions and 1 deletions
|
|
@ -154,7 +154,7 @@ struct ac_shader_variant_info {
|
|||
unsigned num_input_sgprs;
|
||||
unsigned num_input_vgprs;
|
||||
bool need_indirect_descriptor_sets;
|
||||
union {
|
||||
struct {
|
||||
struct {
|
||||
struct ac_vs_output_info outinfo;
|
||||
struct ac_es_output_info es_info;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue