ly.img.android.opengl.egl / GLThread

GLThread

class GLThread : TerminableThread, GlThreadRunner

A generic GL Thread. Takes care of initializing EGL and GL. Delegates to a Renderer instance to do the actual drawing. Can be configured to render continuously or on request.

All potentially blocking synchronization is done through the glThreadManager object. This avoids multiple-lock ordering issues.

Constructors

Properties

Inherited Properties

Functions

Inherited Functions

Extension Functions