open fun queueEvent(runnable: Runnable): Unit
Queue a runnable to be run on the GL rendering thread. This can be used to communicate with the Renderer on the rendering thread. Must not be called before a renderer has been set.
runnable
- the runnable to be run on the GL rendering thread.