Transform Feedback: Difference between revisions
Jump to navigation
Jump to search
(Stub page for these.) |
m (forgot to name it a stub.) |
||
Line 1: | Line 1: | ||
'''Transform Feedback''' is the process of altering the rendering pipeline so that primitives processed by a [[Vertex Shader]] and optionally a [[Geometry Shader]] will be written to [[Buffer Objects|buffer objects]] rather than rasterized as normal. This allows one to preserve the post-transform rendering state of an object and resubmit this data multiple times. | '''Transform Feedback''' is the process of altering the rendering pipeline so that primitives processed by a [[Vertex Shader]] and optionally a [[Geometry Shader]] will be written to [[Buffer Objects|buffer objects]] rather than rasterized as normal. This allows one to preserve the post-transform rendering state of an object and resubmit this data multiple times. | ||
{{stub}} |
Revision as of 18:23, 8 September 2009
Transform Feedback is the process of altering the rendering pipeline so that primitives processed by a Vertex Shader and optionally a Geometry Shader will be written to buffer objects rather than rasterized as normal. This allows one to preserve the post-transform rendering state of an object and resubmit this data multiple times.
This article is a stub. You can help the OpenGL Wiki by expanding it. |