GLCapabilitiesSpec

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

OpenGL capabilities specification.

Constructors

Link copied to clipboard
fun GLCapabilitiesSpec(    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.