Interpolation
Interpolation could refer to:
- The interpolation qualifiers associated with Fragment Shader input variables.
- Blending: interpolation between the Fragment color outputs and Framebuffer colors when writing.
- mix: The GLSL built-in function for performing linear interpolation.