Tessellation Control Shader: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Stub for tess-control shader.
New section for TCS.
Line 14: Line 14:


== Inputs ==
== Inputs ==
== Output patch size ==


== Outputs ==
== Outputs ==

Revision as of 01:42, 8 November 2012

Tessellation Control Shader
Core in version 4.0
Core ARB extension ARB_tessellation_shader

The Tessellation Control Shader (TCS) is a Shader program written in GLSL who's primary purpose is to determine how much Tessellation is used within a rendered patch.

Overview

Inputs

Output patch size

Outputs

Patch variables

Synchronization

Limitations