EGLConfigSpec
data class EGLConfigSpec( val colorChannelBits: Int, val depthBits: Int, val stencilBits: Int)
Content copied to clipboard
EGL config specification.
Constructors
Link copied to clipboard
fun EGLConfigSpec( colorChannelBits: Int, depthBits: Int, stencilBits: Int)
Content copied to clipboard