@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="WebGLTransformFeedback")
public class WebGLTransformFeedback
extends WebGLObject
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.
- See Also:
- WebGLTransformFeedback - MDN,
# 3.5