EGLConfigSpec

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

EGL config specification.

Constructors

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

Properties

Link copied to clipboard
val colorChannelBits: Int

Number of bits per color channel, i.e. each of the following: red, green, blue, alpha.

Link copied to clipboard
val depthBits: Int

Number of depth bits.

Link copied to clipboard
val stencilBits: Int

Number of stencil bits.