toggle menu
korge-root
5.1.0
android
switch theme
search in API
korge
/
korlibs.render
/
AndroidConfigChooser
Android
Config
Chooser
android
class
AndroidConfigChooser
(
val
config
:
GameWindowCreationConfig
)
:
GLSurfaceView.EGLConfigChooser
Members
Constructors
Android
Config
Chooser
Link copied to clipboard
android
constructor
(
config
:
GameWindowCreationConfig
)
Types
Companion
Link copied to clipboard
android
object
Companion
EGLFull
Config
Link copied to clipboard
android
class
EGLFullConfig
(
val
egl
:
EGL10
,
val
display
:
EGLDisplay
,
val
config
:
EGLConfig
?
)
GLRequest
Config
Link copied to clipboard
android
data
class
GLRequestConfig
(
val
red
:
Int
?
=
null
,
val
green
:
Int
?
=
null
,
val
blue
:
Int
?
=
null
,
val
alpha
:
Int
?
=
null
,
val
depth
:
Int
?
=
null
,
val
stencil
:
Int
?
=
null
,
val
gles2
:
Boolean
?
=
null
,
val
gles3
:
Boolean
?
=
null
,
val
msaa
:
Int
?
=
null
)
Properties
config
Link copied to clipboard
android
val
config
:
GameWindowCreationConfig
Functions
choose
Config
Link copied to clipboard
android
open
override
fun
chooseConfig
(
egl
:
EGL10
,
display
:
EGLDisplay
)
:
EGLConfig
?
Gets called by the GLSurfaceView class to return the best config