org.rajawali3d.view / TextureView / BaseConfigChooser

BaseConfigChooser

abstract class BaseConfigChooser : IRajawaliEglConfigChooser

Constructors

<init>

BaseConfigChooser(textureView: TextureView, requestedConfigSpec: IntArray)

Properties

textureView

val textureView: TextureView

Functions

chooseConfig

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

Inherited Functions

chooseConfigWithReason

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

Inheritors

ComponentSizeChooser

open class ComponentSizeChooser : TextureView.BaseConfigChooser

Choose a configuration with exactly the specified r,g,b,a sizes, and at least the specified depth and stencil sizes.