Nodes > Main > Interpolate

Shifts data from the vertex shader to the pixel shader, which can save computation time.
Inputs
| Name | Type | Description |
|---|---|---|
| Vertex Data | float | Data to send from the vertex shader |
Outputs
| Name | Type | Description |
|---|---|---|
| Fragment Data | float | Interpolated data the pixel shader will use |
Was this page helpful?