mapbox / mapbox-gl-test-suite

Rendering tests for Mapbox GL
6 stars 12 forks source link

Add tests for (implicit) refs + data-driven paint properties #197

Closed jfirebaugh closed 7 years ago

jfirebaugh commented 7 years ago

Add a test that verifies that even when multiple layers share a layout vertex buffer, they still get distinct paint vertex buffers. I just noticed that https://github.com/mapbox/mapbox-gl-native/pull/7372 doesn't handle this correctly.

lucaswoj commented 7 years ago

Migrated to https://github.com/mapbox/mapbox-gl-js/issues/3910