createEgl14

open fun createEgl14(configAttributes: Array<Int>): EglBase14

Explicitly create a root EGl 1.4 context with the specified config attributes.


open fun createEgl14(sharedContext: EglBase14.Context, configAttributes: Array<Int>): EglBase14
open fun createEgl14(sharedContext: EGLContext, configAttributes: Array<Int>): EglBase14

Explicitly create a root EGl 1.4 context with the specified config attributes and shared context.