EGLConfigSpec

data class EGLConfigSpec(colorChannelBits: Int, depthBits: Int, stencilBits: Int)

EGL config specification.

Constructors

EGLConfigSpec
Link copied to clipboard
fun EGLConfigSpec(colorChannelBits: Int, depthBits: Int, stencilBits: Int)

Properties

colorChannelBits
Link copied to clipboard
val colorChannelBits: Int
Number of bits per color channel, i.e.
depthBits
Link copied to clipboard
val depthBits: Int
Number of depth bits.
stencilBits
Link copied to clipboard
val stencilBits: Int
Number of stencil bits.