Tessellation Shader: Difference between revisions
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. | ||
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.