GLCapabilitiesSpec

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

OpenGL capabilities specification.

Constructors

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