Tessellation Control Shader

From OpenGL Wiki
Revision as of 00:34, 8 November 2012 by Alfonse (talk | contribs) (Stub for tess-control shader.)
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

Outputs

Patch variables

Synchronization

Limitations