Package graphics.glimpse.shaders

Types

BaseProgramExecutor
Link copied to clipboard
common
abstract class BaseProgramExecutor<T>(program: Program) : ProgramExecutor<T>
Base for generated ProgramExecutor implementations.
Program
Link copied to clipboard
common
interface Program
A program.
ProgramExecutor
Link copied to clipboard
common
interface ProgramExecutor<T>
An interface implemented by program executors.
Shader
Link copied to clipboard
common
interface Shader
A shader.
ShaderType
Link copied to clipboard
common
enum ShaderType : Enum<ShaderType>
Shader type.