EglCore

constructor()

Prepares EGL display and context.

Equivalent to EglCore(null, 0).


constructor(sharedContext: EGLContext, flags: Int)

Prepares EGL display and context.

Parameters

sharedContext

The context to share, or null if sharing is not desired.

flags

Configuration bit flags, e.g. FLAG_RECORDABLE.