Skip to main content
Version: 5.x

Nodes > Main > Interpolate

Interpolate

Shifts data from the vertex shader to the pixel shader, which can save computation time.

Inputs

NameTypeDescription
Vertex DatafloatData to send from the vertex shader

Outputs

NameTypeDescription
Fragment DatafloatInterpolated data the pixel shader will use

Properties

NameTypeDescription
FlatboolWhen enabled, the values will not be blended between vertices.
Was this page helpful?
Yes
No