GLRequestConfig

data class GLRequestConfig(val red: Int? = null, val green: Int? = null, val blue: Int? = null, val alpha: Int? = null, val depth: Int? = null, val stencil: Int? = null, val gles2: Boolean? = null, val gles3: Boolean? = null, val msaa: Int? = null)

Constructors

Link copied to clipboard
constructor(red: Int? = null, green: Int? = null, blue: Int? = null, alpha: Int? = null, depth: Int? = null, stencil: Int? = null, gles2: Boolean? = null, gles3: Boolean? = null, msaa: Int? = null)

Properties

Link copied to clipboard
val alpha: Int? = null
Link copied to clipboard
val blue: Int? = null
Link copied to clipboard
val depth: Int? = null
Link copied to clipboard
val gles2: Boolean? = null
Link copied to clipboard
val gles3: Boolean? = null
Link copied to clipboard
val green: Int? = null
Link copied to clipboard
val msaa: Int? = null
Link copied to clipboard
val red: Int? = null
Link copied to clipboard
val stencil: Int? = null

Functions

Link copied to clipboard
Link copied to clipboard