Uses of Class
org.praxislive.video.pgl.PGLContext
-
Packages that use PGLContext Package Description org.praxislive.video.pgl org.praxislive.video.pgl.code.userapi -
-
Uses of PGLContext in org.praxislive.video.pgl
Methods in org.praxislive.video.pgl that return PGLContext Modifier and Type Method Description PGLContext
PGLGraphics. getContext()
PGLContext
PGLGraphics3D. getContext()
PGLContext
PGLSurface. getContext()
Constructors in org.praxislive.video.pgl with parameters of type PGLContext Constructor Description PGLShader(PGLContext context, String vertex, String fragment)
-
Uses of PGLContext in org.praxislive.video.pgl.code.userapi
Methods in org.praxislive.video.pgl.code.userapi with parameters of type PGLContext Modifier and Type Method Description protected processing.core.PFont
PFont. unwrap(PGLContext context)
protected abstract processing.core.PFont
PFont. unwrap(PGLContext context, double size)
protected abstract processing.core.PImage
PImage. unwrap(PGLContext context)
-