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