queue Event
Queues a runnable to be run on the GL rendering thread. This can be used to communicate with the renderer on the rendering thread. Calling this method before a renderer is set has no effect.
Parameters
r
the runnable to be run on the GL rendering thread.