org.rajawali3d.view / TextureView / ComponentSizeChooser

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.

Constructors

<init>

ComponentSizeChooser(redSize: Int, greenSize: Int, blueSize: Int, alphaSize: Int, depthSize: Int, stencilSize: Int, textureView: TextureView)

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

Properties

alphaSize

var alphaSize: Int

blueSize

var blueSize: Int

depthSize

var depthSize: Int

greenSize

var greenSize: Int

redSize

var redSize: Int

stencilSize

var stencilSize: Int

Inherited Properties

textureView

val textureView: TextureView

Functions

chooseConfig

open fun chooseConfig(egl: EGL10, display: EGLDisplay, configs: Array<EGLConfig>): EGLConfig?

chooseConfigWithReason

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

Inherited Functions

chooseConfig

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