Class | Description |
---|---|
DistortedProgram |
An object which encapsulates a vertex/fragment shader combo, aka Shader Program.
|
Exception | Description |
---|---|
FragmentCompilationException |
Thrown asynchronously by the library whenever shader compilation fails.
|
FragmentUniformsException |
Thrown asynchronously by the library whenever shader compilation fails.
|
LinkingException |
Thrown asynchronously by the library whenever shader compilation fails.
|
VertexCompilationException |
Thrown asynchronously by the library whenever shader compilation fails.
|
VertexUniformsException |
Thrown asynchronously by the library whenever shader compilation fails.
|