Skip to content

d3d12: Fix d3d12_lower_triangle_strip if multiple vars are in a single location

var->data.location isn't a sufficient key for tracking a var->temp mapping since multiple vars might share a single location (using location_frac). Use a hash map instead. Fixes some rendering corruption in Adobe Illustrator.

Merge request reports