Class WebGLTransformFeedback
- Namespace
- CSharpToJavaScript.APIs.JS
- Assembly
- CSharpToJavaScript.dll
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.
[Value("WebGLTransformFeedback")]
public class WebGLTransformFeedback : WebGLObject
- Inheritance
-
WebGLTransformFeedback
- Inherited Members
Remarks
When working with WebGLTransformFeedback objects, the following methods of the WebGL2RenderingContext are useful:
Constructors
WebGLTransformFeedback()
public WebGLTransformFeedback()