Tessellation Shader: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
New version of old page.
 
De-categorizing.
Line 1: Line 1:
There are two '''Tessellation Shader''' [[Shader|shading]] stages. [[Tessellation Control Shader]]s define how much tessellation to perform per-patch, and [[Tessellation Evaluation Shader]]s compute the actual tessellation.
There are two '''Tessellation Shader''' [[Shader|shading]] stages. [[Tessellation Control Shader]]s define how much tessellation to perform per-patch, and [[Tessellation Evaluation Shader]]s compute the actual tessellation.
[[Category:Shader]]

Revision as of 01:57, 8 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.