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)
| 1968 | * @param shader name of shader file |
| 1969 | */ |
| 1970 | public void shader(PShader shader) { |
| 1971 | showMissingWarning("shader"); |
| 1972 | } |
| 1973 | |
| 1974 | |
| 1975 | /** |
nothing calls this directly
no test coverage detected