Results 61 - 80 of 274

WEBGL_debug_shaders.getTranslatedShaderSource()

The WEBGL_debug_shaders.getTranslatedShaderSource() method is part of the WebGL API and allows you to debug a translated shader.
API Method Reference WebGL WebGL extension

WEBGL_lose_context.loseContext()

The WEBGL_lose_context.loseContext() method is part of the WebGL API and allows you to simulate losing the context of a WebGLRenderingContext context.
API Method Reference WebGL WebGL extension

WEBGL_lose_context.restoreContext()

The WEBGL_lose_context.restoreContext() method is part of the WebGL API and allows you to simulate restoring the context of a WebGLRenderingContext object.
API Method Reference WebGL WebGL extension

WebGL2RenderingContext.beginQuery()

The WebGL2RenderingContext.beginQuery() method of the WebGL 2 API starts an asynchronous query. The target parameter indicates which kind of query to begin.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.beginTransformFeedback()

The WebGL2RenderingContext.beginTransformFeedback() method of the WebGL 2 API starts a transform feedback operation.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.bindBufferBase()

The WebGL2RenderingContext.bindBufferBase() method of the WebGL 2 API binds a given WebGLBuffer to a given binding point (target) at a given index.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.bindBufferRange()

The WebGL2RenderingContext.bindBufferRange() method of the WebGL 2 API binds a range of a given WebGLBuffer to a given binding point (target) at a given index.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.bindSampler()

The WebGL2RenderingContext.bindSampler() method of the WebGL 2 API binds a passed WebGLSampler object to the texture unit at the passed index.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.bindTransformFeedback()

The WebGL2RenderingContext.bindTransformFeedback() method of the WebGL 2 API binds a passed WebGLTransformFeedback object to the current GL state.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.bindVertexArray()

The WebGL2RenderingContext.bindVertexArray() method of the WebGL 2 API binds a passed WebGLVertexArrayObject object to the buffer.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.blitFramebuffer()

The WebGL2RenderingContext.blitFramebuffer() method of the WebGL 2 API transfers a block of pixels from the read framebuffer to the draw framebuffer.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.clearBuffer[fiuv]()

The WebGL2RenderingContext.clearBuffer[fiuv]() methods of the WebGL 2 API clear buffers from the currently bound framebuffer.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.clientWaitSync()

The WebGL2RenderingContext.clientWaitSync() method of the WebGL 2 API blocks and waits for a WebGLSync object to become signaled or a given timeout to be passed.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.compressedTexImage3D()

The WebGL2RenderingContext.compressedTexImage3D() method of the WebGL API specifies a three-dimensional texture image in a compressed format.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.compressedTexSubImage3D()

The WebGL2RenderingContext.compressedTexSubImage3D() method of the WebGL API specifies a three-dimensional sub-rectangle for a texture image in a compressed format.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.copyBufferSubData()

The WebGL2RenderingContext.copyBufferSubData() method of the WebGL 2 API copies part of the data of a buffer to another buffer.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.copyTexSubImage3D()

The WebGL2RenderingContext.copyTexSubImage3D() method of the WebGL API copies pixels from the current WebGLFramebuffer into an existing 3D texture sub-image.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.createQuery()

The WebGL2RenderingContext.createQuery() method of the WebGL 2 API creates and initializes WebGLQuery objects, which provide ways to asynchronously query for information.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.createSampler()

The WebGL2RenderingContext.createSampler() method of the WebGL 2 API creates and initializes WebGLSampler objects.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.createTransformFeedback()

The WebGL2RenderingContext.createTransformFeedback() method of the WebGL 2 API creates and initializes WebGLTransformFeedback objects.
API Experimental Method Reference WebGL WebGL2