This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Use overdraw inspector for wireframe mode #5371
Labels
Core
The cross-platform C++ core, aka mbgl
feature
GL JS parity
For feature parity with Mapbox GL JS
Our native implementation for wireframe mode differs from js significantly. While native implementation modifies the fragment color before passing it to shader code, js uses a
OVERDRAW_INSPECTOR
define that forces fragment color to e.g. black for fills. While this means a couple extra shader programs to compute, this would contribute to clean up native's Painter code.Ref: mapbox/mapbox-gl-shaders#1
👀 @jfirebaugh @kkaefer @lucaswoj
The text was updated successfully, but these errors were encountered: