Tessellation Shader

From OpenGL Wiki
Revision as of 06:56, 3 November 2012 by Alfonse (talk | contribs) (New version of old page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

There are two Tessellation Shader shading stages. Tessellation Control Shaders define how much tessellation to perform per-patch, and Tessellation Evaluation Shaders compute the actual tessellation.