org.rajawali3d.util.egl / RajawaliEGLConfigChooser

RajawaliEGLConfigChooser

open class RajawaliEGLConfigChooser : IRajawaliEglConfigChooser

Author
Jared Woolston (jwoolston@tenkiv.com)

Constructors

<init>

RajawaliEGLConfigChooser(glMajorVersion: Int, antiAliasingConfig: ISurface.ANTI_ALIASING_CONFIG, sampleCount: Int, bitsRed: Int, bitsGreen: Int, bitsBlue: Int, bitsAlpha: Int, bitsDepth: Int)

Properties

antiAliasingConfig

val antiAliasingConfig: ISurface.ANTI_ALIASING_CONFIG

Functions

chooseConfig

open fun chooseConfig(egl: EGL10, display: EGLDisplay): EGLConfig?

chooseConfigWithReason

open fun chooseConfigWithReason(egl: EGL10, display: EGLDisplay): ResultConfigChooser

Companion Object Properties

EGL_OPENGL_ES2_BIT

const val EGL_OPENGL_ES2_BIT: Int

EGL_OPENGL_ES3_BIT_KHR

const val EGL_OPENGL_ES3_BIT_KHR: Int