alasram
alasram
If this is the same as #2879 then I posted a workaround there
@louwers @sjg-wdw Let me know if there are concerns and who should be added to the discussion. Also I cannot change the assignee so feel free to assign it to...
I didn't look inside these functions to determine why there are slow. @sjg-wdw I understand from your comment that we don't support shared contexts which means we allocate resources in...
I'm getting the same crash on emulator (OpenGL) with MapLibre 11.8.0. Crash does not happen when using the legacy renderer
I confirm the crash is specific to the puck. No crash if I skip the puck drawing [here](https://github.com/maplibre/maplibre-native/blob/main/src/mbgl/gl/layer_group_gl.cpp#L134): ``` if (drawable.getName() == "mapbox-location-background-layer/icon" || drawable.getName() == "mapbox-location-foreground-layer/icon") { // skip...