shader()
Rendering / ShadersDescription
Applies a PShader to the rendering pipeline.
Syntax
void shader(PShader& s)
Parameters
| Name | Type | Description |
|---|---|---|
| s | PShader | the shader to apply |
Returns
voidRelated
Under the Hood
Implementation in Processing.h / Processing.cpp:
Loading...