Package gaiasky.util.gdx.contrib.postprocess

  • Interface Summary
    Interface Description
    PostProcessorListener  
  • Class Summary
    Class Description
    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.