Tessellation Control Shader: Difference between revisions
Jump to navigation
Jump to search
Stub for tess-control shader. |
New section for TCS. |
||
Line 14: | Line 14: | ||
== Inputs == | == Inputs == | ||
== Output patch size == | |||
== Outputs == | == Outputs == |
Revision as of 01:42, 8 November 2012
|
|||||||||
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. |