GlslConfig

data class GlslConfig(val variant: GLVariant, val features: AGFeatures, val glslVersion: Int = -1, val compatibility: Boolean = true)

Constructors

Link copied to clipboard
constructor(variant: GLVariant, features: AGFeatures, glslVersion: Int = -1, compatibility: Boolean = true)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val IN: String
Link copied to clipboard
Link copied to clipboard
val OUT: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard