The WebGLTransformFeedback interface is part of the WebGL 2 API and enables transform feedback, which is the process of capturing primitives generated by vertex processing. It allows to preserve the post-transform rendering state of an object and resubmit this data multiple times.

Documentation WebGLTransformFeedback by Mozilla Contributors, licensed under CC-BY-SA 2.5.

See also: