Results 21 - 40 of 112

WebGLRenderingContext.compileShader()

The WebGLRenderingContext.compileShader() method of the WebGL API compiles a GLSL shader into binary data so that it can be used by a WebGLProgram.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.createBuffer()

The WebGLRenderingContext.createBuffer() method of the WebGL API creates and initializes a WebGLBuffer storing data such as vertices or colors.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.createFramebuffer()

The WebGLRenderingContext.creatFramebuffer() method of the WebGL API creates and initializes a WebGLFramebuffer object.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.createProgram()

The WebGLRenderingContext.createProgram() method of the WebGL API creates and initializes a WebGLProgram object.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.createRenderbuffer()

The WebGLRenderingContext.createRenderbuffer() method of the WebGL API creates and initializes a WebGLRenderbuffer object.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.cullFace()

The WebGLRenderingContext.cullFace() method of the WebGL API specifies whether or not front- and/or back-facing polygons can be culled.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.deleteBuffer()

The WebGLRenderingContext.deleteBuffer() method of the WebGL API deletes a given WebGLBuffer. This method has no effect if the buffer has already been deleted.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.deleteFramebuffer()

The WebGLRenderingContext.deleteFramebuffer() method of the WebGL API deletes a given WebGLFramebuffer object. This method has no effect if the frame buffer has already been deleted.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.deleteProgram()

The WebGLRenderingContext.deleteProgram() method of the WebGL API deletes a given WebGLProgram object. This method has no effect if the program has already been deleted.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.deleteRenderbuffer()

The WebGLRenderingContext.deleteRenderbuffer() method of the WebGL API deletes a given WebGLRenderbuffer object. This method has no effect if the render buffer has already been deleted.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.deleteShader()

The WebGLRenderingContext.deleteShader() method of the WebGL API deletes a given WebGLShader object. This method has no effect if the shader has already been deleted.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.depthFunc()

The WebGLRenderingContext.depthFunc() method of the WebGL API specifies a function that compares incoming pixel depth to the current depth buffer value.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.depthMask()

The WebGLRenderingContext.depthMask() method of the WebGL API sets whether writing into the depth buffer is enabled or disabled.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.depthRange()

The WebGLRenderingContext.depthRange() method of the WebGL API specifies the depth range mapping from normalized device coordinates to window or viewport coordinates.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.disable()

The WebGLRenderingContext.disable() method of the WebGL API disables specific WebGL capabilities for this context.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.disableVertexAttribArray()

The WebGLRenderingContext.disableVertexAttribArray() method of the WebGL API turns the generic vertex attribute array off at a given index position.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.drawArrays()

The WebGLRenderingContext.drawArrays() method of the WebGL API renders primitives from array data.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.drawElements()

The WebGLRenderingContext.drawElements() method of the WebGL API renders primitives from array data.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.enable()

The WebGLRenderingContext.enable() method of the WebGL API enables specific WebGL capabilities for this context.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.enableVertexAttribArray()

The WebGLRenderingContext.enableVertexAttribArray() method of the WebGL API turns the generic vertex attribute array on at a given index position.
API Method Reference WebGL WebGLRenderingContext