glsl: copy each field's precision information from the old gl_PerVertex interface block
Signed-off-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com> Reviewed-by: Tapani Pälli <tapani.palli@intel.com>
This commit is contained in:
@@ -6603,6 +6603,8 @@ ast_interface_block::hir(exec_list *instructions,
|
||||
earlier_per_vertex->fields.structure[j].sample;
|
||||
fields[i].patch =
|
||||
earlier_per_vertex->fields.structure[j].patch;
|
||||
fields[i].precision =
|
||||
earlier_per_vertex->fields.structure[j].precision;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user