org.rajawali3d.view / TextureView / queueEvent

queueEvent

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.

Parameters

runnable - the runnable to be run on the GL rendering thread.