A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/WebGLTransformFeedback below:

WebGLTransformFeedback - Web APIs | MDN

MDN Web Docs
  1. References
  2. Web APIs
  3. WebGLTransformFeedback

Filter sidebar

In this article
  1. WebGL: 2D and 3D graphics for the web
  2. WebGLTransformFeedback
  3. Inheritance
    1. WebGLObject Experimental
  4. Related pages for WebGL
    1. ANGLE_instanced_arrays
    2. EXT_blend_minmax
    3. EXT_color_buffer_half_float
    4. EXT_disjoint_timer_query
    5. EXT_frag_depth
    6. EXT_sRGB
    7. EXT_shader_texture_lod
    8. EXT_texture_filter_anisotropic
    9. OES_draw_buffers_indexed
    10. OES_element_index_uint
    11. OES_standard_derivatives
    12. OES_texture_float
    13. OES_texture_float_linear
    14. OES_texture_half_float
    15. OES_texture_half_float_linear
    16. OES_vertex_array_object
    17. WEBGL_color_buffer_float
    18. WEBGL_compressed_texture_etc1
    19. WEBGL_compressed_texture_pvrtc
    20. WEBGL_compressed_texture_s3tc
    21. WEBGL_compressed_texture_s3tc_srgb
    22. WEBGL_debug_renderer_info
    23. WEBGL_debug_shaders
    24. WEBGL_depth_texture
    25. WEBGL_draw_buffers
    26. WEBGL_lose_context
    27. WebGL2RenderingContext
    28. WebGLActiveInfo
    29. WebGLBuffer
    30. WebGLContextEvent
    31. WebGLFramebuffer
    32. WebGLObject Experimental
    33. WebGLProgram
    34. WebGLQuery
    35. WebGLRenderbuffer
    36. WebGLRenderingContext
    37. WebGLSampler
    38. WebGLShader
    39. WebGLShaderPrecisionFormat
    40. WebGLSync
    41. WebGLTexture
    42. WebGLUniformLocation
    43. WebGLVertexArrayObject
In this article WebGLTransformFeedback

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since September 2021.

Note: This feature is available in Web Workers.

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.

WebGLObject WebGLTransformFeedback

When working with WebGLTransformFeedback objects, the following methods of the WebGL2RenderingContext are useful:

Examples Creating a WebGLTransformFeedback object

in this example, gl must be a WebGL2RenderingContext. WebGLTransformFeedback objects are not available in WebGL 1.

js

const transformFeedback = gl.createTransformFeedback();
Specifications Specification WebGL 2.0 Specification
# 3.5
Browser compatibility Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on Sep 28, 2024 by MDN contributors.

View this page on GitHub

•

Report a problem with this content

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3