Tessellation Evaluation Shader: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
Actual stub now.
mNo edit summary
Line 13: Line 13:
== Overview ==
== Overview ==


== Input tessellation primitive ==
== Input tessellation options ==


== Inputs ==
== Inputs ==

Revision as of 01:56, 8 November 2012

Tessellation Evaluation Shader
Core in version 4.0
Core ARB extension ARB_tessellation_shader

The Tessellation Evaluation Shader (TES) is a Shader program written in GLSL that takes the results of a Tessellation operation and computes the interpolated positions and other attributes. These values are passed on to the next stage in the pipeline.

Overview

Input tessellation options

Inputs

Outputs

Limitations