spirv: Handle the InputAttachmentIndex decoration

Reviewed-by: Dave Airlie <airlied@redhat.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
This commit is contained in:
Jason Ekstrand
2016-11-14 14:22:56 -08:00
parent 111d57e7d2
commit c54097cc48
2 changed files with 5 additions and 0 deletions

View File

@@ -279,6 +279,7 @@ struct vtn_variable {
unsigned descriptor_set;
unsigned binding;
unsigned input_attachment_index;
nir_variable *var;
nir_variable **members;