| Interface | Description |
|---|---|
| PostProcessorListener |
| Class | Description |
|---|---|
| AutoReloadPostProcessorEffect<T extends PostProcessorEffect> |
Implementation of a
PostProcessorEffect which automatically re-initialises itself after
graphics settings change. |
| PipelineState |
Provides a simple mechanism to query OpenGL pipeline states.
|
| PostProcessor |
Provides a way to capture the rendered scene to an off-screen buffer and to apply a chain of
effects on it before rendering to screen.
|
| PostProcessorEffect |
This interface defines the base class for the concrete implementation of post-processor effects.
|
| ShaderManager |
Provides factory methods to create a variety of shaders.
|
Copyright © 2020. All rights reserved.