EGLConfigSpec

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

EGL config specification.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

Number of depth bits.

Link copied to clipboard

Number of stencil bits.