This repository was archived by the owner on Aug 8, 2023. It is now read-only.

Description
The issue behind failing fill-extrusion-pattern tests on GL native looks like having a different cause from mapbox/mapbox-gl-js#3327:
it is related to mapbox/geojson-vt-cpp#44 and usage of fixupPolygons / wagyu here:
|
// https://github.com/mapbox/geojson-vt-cpp/issues/44 |
.
As the order is different, edgedistance used for fill-extrusion-pattern side shader is different from gl-js. Tests now fail but are ignored.