Tessellation Evaluation Shader
|
|||||||||
OpenGL Rendering Pipeline
|
The Tessellation Evaluation Shader (TES) is a Shader program written in GLSL that takes the results of a Tessellation operation and computes the interpolated positions and other attributes. These values are passed on to the next stage in the pipeline.