WebGLObject
Experimental: This is an experimental technology
Check the Browser compatibility table carefully before using this in production.
Note: This feature is available in Web Workers.
The WebGLObject
is part of the WebGL API and is the parent interface for all WebGL objects.
This object has no public properties or methods on its own.
If the WebGL context is lost, the internal invalidated flag of all WebGLObject
instances is set to true
.
Objects inheriting from WebGLObject
WebGL 1:
WebGL 2:
WebGLQuery
(andWebGLTimerQueryEXT
)WebGLSampler
WebGLSync
WebGLTransformFeedback
WebGLVertexArrayObject
(andWebGLVertexArrayObjectOES
)
Specifications
Specification |
---|
WebGL Specification # 5.3 |
Browser compatibility
Report problems with this compatibility data on GitHubdesktop | mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
WebGLObject |
Legend
Tip: you can click/tap on a cell for more information.
- Full support
- Full support
- No support
- No support
- Experimental. Expect behavior to change in the future.
The compatibility table on this page is generated from structured data. If you'd like to contribute to the data, please check out https://github.com/mdn/browser-compat-data and send us a pull request.