Tessellation Shader
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.
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.