Results 81 - 100 of 274

WebGL2RenderingContext.createVertexArray()

The WebGL2RenderingContext.createVertexArray() method of the WebGL 2 API creates and initializes a WebGLVertexArrayObject object that represents a vertex array object (VAO) pointing to vertex array data and which provides names for different sets of vertex data.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.deleteQuery()

The WebGL2RenderingContext.deleteQuery() method of the WebGL 2 API deletes a given WebGLQuery object.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.deleteSampler()

The WebGL2RenderingContext.deleteSampler() method of the WebGL 2 API deletes a given WebGLSampler object.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.deleteSync()

The WebGL2RenderingContext.deleteSync() method of the WebGL 2 API deletes a given WebGLSync object.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.deleteTransformFeedback()

The WebGL2RenderingContext.deleteTransformFeedback() method of the WebGL 2 API deletes a given WebGLTransformFeedback object.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.deleteVertexArray()

The WebGL2RenderingContext.deleteVertexArray() method of the WebGL 2 API deletes a given WebGLVertexArrayObject object.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.drawArraysInstanced()

The WebGL2RenderingContext.drawArraysInstanced() method of the WebGL 2 API renders primitives from array data like the gl.drawArrays() method. In addition, it can execute multiple instances of the range of elements.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.drawBuffers()

The WebGL2RenderingContext.drawBuffers() method of the WebGL 2 API defines draw buffers to which fragment colors are written into. The draw buffer settings are part of the state of the currently bound framebuffer or the drawingbuffer if no framebuffer is bound.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.drawElementsInstanced()

The WebGL2RenderingContext.drawElementsInstanced() method of the WebGL 2 API renders primitives from array data like the gl.drawElements() method. In addition, it can execute multiple instances of a set of elements.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.drawRangeElements()

The WebGL2RenderingContext.drawRangeElements() method of the WebGL API renders primitives from array data in a given range.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.endQuery()

The WebGL2RenderingContext.endQuery() method of the WebGL 2 API marks the end of a given query target.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.endTransformFeedback()

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

WebGL2RenderingContext.fenceSync()

The WebGL2RenderingContext.fenceSync() method of the WebGL 2 API creates a new WebGLSync object and inserts it into the GL command stream.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.framebufferTextureLayer()

The WebGL2RenderingContext.framebufferTextureLayer() method of the WebGL 2 API attaches a single layer of a texture to a framebuffer.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getActiveUniformBlockName()

The WebGL2RenderingContext.getActiveUniformBlockName() method of the WebGL 2 API retrieves the name of the active uniform block at a given index within a WebGLProgram.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getActiveUniformBlockParameter()

The WebGL2RenderingContext.getActiveUniformBlockParameter() method of the WebGL 2 API retrieves information about an active uniform block within a WebGLProgram.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getActiveUniforms()

The WebGL2RenderingContext.getActiveUniforms() method of the WebGL 2 API retrieves information about active uniforms within a WebGLProgram.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getBufferSubData()

The WebGL2RenderingContext.getBufferSubData() method of the WebGL 2 API reads data from a buffer binding point and writes them to an ArrayBuffer or SharedArrayBuffer.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getFragDataLocation()

The WebGL2RenderingContext.getFragDataLocation() method of the WebGL 2 API returns the binding of color numbers to user-defined varying out variables.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getIndexedParameter()

The WebGL2RenderingContext.getIndexedParameter() method of the WebGL 2 API returns indexed information about a given target.
API Experimental Method Reference WebGL WebGL2