WebGLObject
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
)