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 PGLContextPGLGraphics. getContext()PGLContextPGLGraphics3D. getContext()PGLContextPGLSurface. 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.PFontPFont. unwrap(PGLContext context)protected abstract processing.core.PFontPFont. unwrap(PGLContext context, double size)protected abstract processing.core.PImagePImage. unwrap(PGLContext context)
-