Portal:OpenGL Objects/Transform Feedback Objects

From OpenGL Wiki
Revision as of 14:58, 12 April 2015 by AlfonsesRenamerBot (talk | contribs) (Bot: Updating section links to use redirects.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.