Tessellation Control Shader

From OpenGL Wiki
Revision as of 01:42, 8 November 2012 by Alfonse (talk | contribs) (New section for TCS.)
Jump to navigation Jump to search
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