GLCall

object GLCall

This helper class is intended for placing calls on GL thread attached to certain surface view Should be used to for map views destroy

Functions

Link copied to clipboard
fun <T> post(surface: GemSurfaceView, task: () -> T)

Posts the task on GL thread.