web api instance method
WebGL2RenderingContext: createTransformFeedback() method
Available in workers
The WebGL2RenderingContext.createTransformFeedback()
method of the WebGL 2 API creates and
initializes WebGLTransformFeedback objects.
Syntax
createTransformFeedback()
Parameters
None.
Return value
A WebGLTransformFeedback object.
Examples
gl must be a WebGL2RenderingContext.
WebGLTransformFeedback objects are not available in WebGL 1.
const transformFeedback = gl.createTransformFeedback();
Specifications
SpecificationsStandards references are available on the canonical MDN page.
Browser compatibility
Browser compatibilityCompatibility data is available on the canonical MDN page.