Linear interpolation is a simple and fundamental numerical calculation prevalent in many fields. It��s so common in computer graphics that programmers often use the verb ��lerp�� to refer to linear interpolation, a function that��s built into all modern graphics hardware (often in multiple hardware units). You can enable linear interpolation (also known as linear filtering) on texture fetches in��
]]>