Portal:OpenGL Objects/Transform Feedback Objects

From OpenGL Wiki
Revision as of 04:00, 26 February 2013 by Alfonse (talk | contribs) (Portal for feedback objects.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

A Transform Feedback Object 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.