Portal:OpenGL Objects/Transform Feedback Objects: Difference between revisions

From OpenGL Wiki
Jump to navigation Jump to search
m Formatting and cleanup.
m Bot: Updating section links to use redirects.
 
Line 1: Line 1:
A '''Transform Feedback Object''' is a container object that represents the state needed for a transform feedback operation. It stores the set of [[Buffer Object]]s that are being written to. Feedback objects also store how many primitives were written in a particular feedback operation; this stored value is implicitly used in [[Vertex_Rendering#Transform_feedback_rendering|certain rendering commands]]. Feedback objects can also preserve the current write position, so that feedback operations can be paused and resumed.
A '''Transform Feedback Object''' is a container object that represents the state needed for a transform feedback operation. It stores the set of [[Buffer Object]]s that are being written to. Feedback objects also store how many primitives were written in a particular feedback operation; this stored value is implicitly used in [[Draw Transform Feedback|certain rendering commands]]. Feedback objects can also preserve the current write position, so that feedback operations can be paused and resumed.

Latest revision as of 14:58, 12 April 2015

A Transform Feedback Object is a container object that represents the state needed for a transform feedback operation. It stores the set of Buffer Objects that are being written to. Feedback objects also store how many primitives were written in a particular feedback operation; this stored value is implicitly used in certain rendering commands. Feedback objects can also preserve the current write position, so that feedback operations can be paused and resumed.