Tessellation Control Shader
|
|||||||||
OpenGL Rendering Pipeline
|
The Tessellation Control Shader (TCS) is a Shader program written in GLSL who's primary purpose is to determine how much Tessellation is used within a rendered patch.
This article is a stub. You can help the OpenGL Wiki by expanding it. |