open class RajawaliEGLConfigChooser : IRajawaliEglConfigChooser
Author
Jared Woolston (jwoolston@tenkiv.com)
RajawaliEGLConfigChooser(glMajorVersion: Int, antiAliasingConfig: ISurface.ANTI_ALIASING_CONFIG, sampleCount: Int, bitsRed: Int, bitsGreen: Int, bitsBlue: Int, bitsAlpha: Int, bitsDepth: Int) |
val antiAliasingConfig: ISurface.ANTI_ALIASING_CONFIG |
open fun chooseConfig(egl: EGL10, display: EGLDisplay): EGLConfig? |
|
open fun chooseConfigWithReason(egl: EGL10, display: EGLDisplay): ResultConfigChooser |
const val EGL_OPENGL_ES2_BIT: Int |
|
const val EGL_OPENGL_ES3_BIT_KHR: Int |