Class PGLContext

java.lang.Object
org.praxislive.video.pgl.PGLContext

public final class PGLContext extends Object
  • Method Details

    • asImage

      public processing.core.PImage asImage(Surface surface)
    • createGraphics

      public PGLGraphics createGraphics(int width, int height)
    • parent

      public processing.core.PApplet parent()
    • primary

      public PGLGraphics primary()
    • create3DGraphics

      public PGLGraphics3D create3DGraphics(int width, int height)
    • createSurface

      public PGLSurface createSurface(int width, int height, boolean alpha)
    • asPFont

      public processing.core.PFont asPFont(Font font)
    • asPGLShape

      public processing.opengl.PShapeOpenGL asPGLShape(processing.core.PShape shape)
    • dispose

      protected void dispose()