MCPcopy Create free account
hub / github.com/benfry/processing4 / shader

Method shader

core/src/processing/core/PGraphics.java:1970–1972  ·  view source on GitHub ↗

Applies the shader specified by the parameters. It's compatible with the P2D and P3D renderers, but not with the default renderer. @webref rendering:shaders @webBrief Applies the shader specified by the parameters @param shader name of shader file

(PShader shader)

Source from the content-addressed store, hash-verified

1968 * @param shader name of shader file
1969 */
1970 public void shader(PShader shader) {
1971 showMissingWarning("shader");
1972 }
1973
1974
1975 /**

Callers

nothing calls this directly

Calls 1

showMissingWarningMethod · 0.95

Tested by

no test coverage detected