A RetroSearch Logo

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

Search Query:

Showing content from https://developer.cdn.mozilla.net/en-US/docs/Web/API/EXT_disjoint_timer_query/deleteQueryEXT below:

EXT_disjoint_timer_query: deleteQueryEXT() method - Web APIs

MDN Web Docs
  1. Web
  2. Web APIs
  3. EXT_disjoint_timer_query
  4. deleteQueryEXT()

Filter sidebar

In this article
  1. WebGL: 2D and 3D graphics for the web
  2. EXT_disjoint_timer_query
  3. Instance methods
    1. beginQueryEXT()
    2. createQueryEXT()
    3. deleteQueryEXT()
    4. endQueryEXT()
    5. getQueryEXT()
    6. getQueryObjectEXT()
    7. isQueryEXT()
    8. queryCounterEXT()
  4. Related pages for WebGL
    1. ANGLE_instanced_arrays
    2. EXT_blend_minmax
    3. EXT_color_buffer_half_float
    4. EXT_frag_depth
    5. EXT_sRGB
    6. EXT_shader_texture_lod
    7. EXT_texture_filter_anisotropic
    8. OES_draw_buffers_indexed
    9. OES_element_index_uint
    10. OES_standard_derivatives
    11. OES_texture_float
    12. OES_texture_float_linear
    13. OES_texture_half_float
    14. OES_texture_half_float_linear
    15. OES_vertex_array_object
    16. WEBGL_color_buffer_float
    17. WEBGL_compressed_texture_etc1
    18. WEBGL_compressed_texture_pvrtc
    19. WEBGL_compressed_texture_s3tc
    20. WEBGL_compressed_texture_s3tc_srgb
    21. WEBGL_debug_renderer_info
    22. WEBGL_debug_shaders
    23. WEBGL_depth_texture
    24. WEBGL_draw_buffers
    25. WEBGL_lose_context
    26. WebGL2RenderingContext
    27. WebGLActiveInfo
    28. WebGLBuffer
    29. WebGLContextEvent
    30. WebGLFramebuffer
    31. WebGLObject Experimental
    32. WebGLProgram
    33. WebGLQuery
    34. WebGLRenderbuffer
    35. WebGLRenderingContext
    36. WebGLSampler
    37. WebGLShader
    38. WebGLShaderPrecisionFormat
    39. WebGLSync
    40. WebGLTexture
    41. WebGLTransformFeedback
    42. WebGLUniformLocation
    43. WebGLVertexArrayObject
  5. Guides
    1. WebGL constants
    2. WebGL types
    3. WebGL model view projection
    4. WebGL best practices
    5. WebGL by example
    6. A basic 2D WebGL animation example
    7. Compressed texture formats
    8. Data in WebGL
    9. Matrix math for the web
    10. Using WebGL extensions
  6. Tutorial
    1. WebGL tutorial
    2. Getting started with WebGL
    3. Adding 2D content to a WebGL context
    4. Using shaders to apply color in WebGL
    5. Animating objects with WebGL
    6. Creating 3D objects using WebGL
    7. Using textures in WebGL
    8. Lighting in WebGL
    9. Animating textures in WebGL
In this article EXT_disjoint_timer_query: deleteQueryEXT() method

Limited availability

This feature is not Baseline because it does not work in some of the most widely-used browsers.

The EXT_disjoint_timer_query.deleteQueryEXT() method of the WebGL API deletes a given WebGLQuery object.

Syntax

js

deleteQueryEXT(query)
Parameters
query

A WebGLQuery object to delete.

Return value

None (undefined).

Examples

js

const ext = gl.getExtension("EXT_disjoint_timer_query");
const query = ext.createQueryEXT();

// …

ext.deleteQueryEXT(query);
Specifications Specification WebGL EXT_disjoint_timer_query Extension Specification
Browser compatibility See also Help improve MDN Was this page helpful to you? Learn how to contribute

.

This page was last modified on Apr 8, 2023 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.4