Class FullscreenQuad3

java.lang.Object
gaiasky.util.gdx.contrib.postprocess.utils.FullscreenQuad3

public class FullscreenQuad3
extends java.lang.Object
Encapsulates a fullscreen quad, geometry is aligned to the screen corners.
  • Constructor Summary

    Constructors
    Constructor Description
    FullscreenQuad3()  
  • Method Summary

    Modifier and Type Method Description
    void dispose()  
    void render​(com.badlogic.gdx.graphics.glutils.ShaderProgram program)
    Renders the quad with the specified shader program.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • FullscreenQuad3

      public FullscreenQuad3()
  • Method Details

    • dispose

      public void dispose()
    • render

      public void render​(com.badlogic.gdx.graphics.glutils.ShaderProgram program)
      Renders the quad with the specified shader program.