Base Program Executor
abstract class BaseProgramExecutor<T>(program: Program) : ProgramExecutor<T>
Content copied to clipboard
Base for generated ProgramExecutor implementations.
Constructors
BaseProgramExecutor
Link copied to clipboard
Functions
apply Params
Link copied to clipboard
Applies shader parameters from an instance of ShaderParams-annotated type T.
dispose
Link copied to clipboard
Clears cached locations of variables.
Clears cached locations of variables and disposes the program.
use Program
Link copied to clipboard
Tells the given OpenGL adapter to use the program contained in the executor.