UniformSpecifier

sealed external interface UniformSpecifier(source)

An object describing a uniform, its type, and an initial value

Properties

Link copied to clipboard
abstract var type: UniformType

The Glsl type of the uniform.

Link copied to clipboard
abstract var value: Any

The initial value of the uniform