Class FullscreenQuad


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

      Constructors 
      Constructor Description
      FullscreenQuad()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      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 Detail

      • FullscreenQuad

        public FullscreenQuad()
    • Method Detail

      • dispose

        public void dispose()
      • render

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