Uses of Class
processing.opengl.PShader
-
Packages that use PShader Package Description processing.core processing.opengl -
-
Uses of PShader in processing.core
Methods in processing.core that return PShader Modifier and Type Method Description PShaderPApplet. loadShader(String fragFilename)( begin auto-generated from loadShader.xml ) This is a new reference entry for Processing 2.0.PShaderPApplet. loadShader(String fragFilename, String vertFilename)PShaderPGraphics. loadShader(String fragFilename)( begin auto-generated from loadShader.xml ) This is a new reference entry for Processing 2.0.PShaderPGraphics. loadShader(String fragFilename, String vertFilename)Methods in processing.core with parameters of type PShader Modifier and Type Method Description voidPApplet. filter(PShader shader)voidPGraphics. filter(PShader shader)voidPApplet. shader(PShader shader)( begin auto-generated from shader.xml ) This is a new reference entry for Processing 2.0.voidPApplet. shader(PShader shader, int kind)voidPGraphics. shader(PShader shader)( begin auto-generated from shader.xml ) This is a new reference entry for Processing 2.0.voidPGraphics. shader(PShader shader, int kind) -
Uses of PShader in processing.opengl
Fields in processing.opengl declared as PShader Modifier and Type Field Description protected PShaderPGraphicsOpenGL. defColorShaderprotected PShaderPGraphicsOpenGL. defLightShaderprotected PShaderPGraphicsOpenGL. defLineShaderprotected PShaderPGraphicsOpenGL. defPointShaderprotected PShaderPGraphicsOpenGL. defTexlightShaderprotected PShaderPGraphicsOpenGL. defTextureShaderprotected PShaderPGraphicsOpenGL. lineShaderprotected PShaderPGraphicsOpenGL. maskShaderprotected PShaderPGraphicsOpenGL. pointShaderprotected PShaderPGraphicsOpenGL. polyShaderMethods in processing.opengl that return PShader Modifier and Type Method Description protected PShaderPGraphicsOpenGL. getLineShader()protected PShaderPGraphicsOpenGL. getPointShader()protected PShaderPGraphicsOpenGL. getPolyShader(boolean lit, boolean tex)PShaderPGraphicsOpenGL. loadShader(String fragFilename)PShaderPGraphicsOpenGL. loadShader(String fragFilename, String vertFilename)Methods in processing.opengl with parameters of type PShader Modifier and Type Method Description voidPGraphicsOpenGL. filter(PShader shader)voidPGraphicsOpenGL. shader(PShader shader)voidPGraphicsOpenGL. shader(PShader shader, int kind)Constructors in processing.opengl with parameters of type PShader Constructor Description GLResourceShader(PShader sh)
-