Tessellation Shader: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
New version of old page.
(No difference)

Revision as of 06:56, 3 November 2012

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.