ColorShaderInterface

abstract class ColorShaderInterface

Constructors

Link copied to clipboard
fun ColorShaderInterface()

Functions

Link copied to clipboard
abstract fun asShaderProgramInterface(): ShaderProgramInterface
Link copied to clipboard
abstract fun setColor(    red: Float,     green: Float,     blue: Float,     alpha: Float)