You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are seeing crashes in the map rendering on iPhone and iPad devices (including simulators) with iOS 15 when using the latest MapLibre release (6.9.0).
I already saw an issue with the same error "Base Vertex Instance Drawing is only supported on MTLGPUFamilyApple3 and later." #2447
It seems like it was fixed in 6.5.0 release and yes this crash is not happening on this version but exists on all higher versions.
I was trying to figure out if I can rollback to lower version and it reporoduces on all versions starting from 6.5.1 to latest 6.9.0
Steps to reproduce
Render a map
The app crashes
Relevant log output
MTLValidateFeatureSupport:4854: failed assertion `Base Vertex Instance Drawing is only supported on MTLGPUFamilyApple3 and later.'
Additional context
No response
The text was updated successfully, but these errors were encountered:
MapLibre iOS Version
6.9.0
iOS Version
iOS 15.8.2
Device
iPhone 7
What happened?
We are seeing crashes in the map rendering on iPhone and iPad devices (including simulators) with iOS 15 when using the latest MapLibre release (6.9.0).
I already saw an issue with the same error "Base Vertex Instance Drawing is only supported on MTLGPUFamilyApple3 and later."
#2447
It seems like it was fixed in 6.5.0 release and yes this crash is not happening on this version but exists on all higher versions.
I was trying to figure out if I can rollback to lower version and it reporoduces on all versions starting from 6.5.1 to latest 6.9.0
Steps to reproduce
Render a map
The app crashes
Relevant log output
MTLValidateFeatureSupport:4854: failed assertion `Base Vertex Instance Drawing is only supported on MTLGPUFamilyApple3 and later.'
Additional context
No response
The text was updated successfully, but these errors were encountered: