Results 301 - 320 of 1,719

WebGLRenderingContext.activeTexture()

The WebGLRenderingContext.activeTexture() method of the WebGL API specifies which texture unit to make active.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.bindAttribLocation()

The WebGLRenderingContext.bindAttribLocation() method of the WebGL API binds a generic vertex index to an attribute variable.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.bindBuffer()

The WebGLRenderingContext.bindBuffer() method of the WebGL API binds a given WebGLBuffer to a target.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.bindFramebuffer()

The WebGLRenderingContext.bindFramebuffer() method of the WebGL API binds a given WebGLFramebuffer to a target.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.bindRenderbuffer()

The WebGLRenderingContext.bindRenderbuffer() method of the WebGL API binds a given WebGLRenderbuffer to a target, which must be gl.RENDERBUFFER.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.blendColor()

The WebGLRenderingContext.blendColor() method of the WebGL API is used to set the source and destination blending factors.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.blendEquation()

The WebGLRenderingContext.blendEquation() method of the WebGL API is used to set both the RGB blend equation and alpha blend equation to a single equation.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.blendEquationSeparate()

The WebGLRenderingContext.blendEquationSeparate() method of the WebGL API is used to set the RGB blend equation and alpha blend equation separately.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.blendFunc()

The WebGLRenderingContext.blendFunc() method of the WebGL API defines which function is used for blending pixel arithmetic.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.blendFuncSeparate()

The WebGLRenderingContext.blendFuncSeparate() method of the WebGL API defines which function is used for blending pixel arithmetic for RGB and alpha components separately.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.bufferData()

The WebGLRenderingContext.bufferData() method of the WebGL API initializes and creates the buffer object's data store.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.bufferSubData()

The WebGLRenderingContext.bufferSubData() method of the WebGL API updates a subset of a buffer object's data store.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.checkFramebufferStatus()

The WebGLRenderingContext.checkFramebufferStatus() method of the WebGL API returns the completeness status of the WebGLFramebuffer object.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.clear()

The WebGLRenderingContext.clear() method of the WebGL API clears buffers to preset values.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.clearColor()

The WebGLRenderingContext.clearColor() method of the WebGL API specifies the color values used when clearing color buffers.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.clearDepth()

The WebGLRenderingContext.clearDepth() method of the WebGL API specifies the clear value for the depth buffer.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.clearStencil()

The WebGLRenderingContext.clearStencil() method of the WebGL API specifies the clear value for the stencil buffer.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.colorMask()

The WebGLRenderingContext.colorMask() method of the WebGL API sets which color components to enable or to disable when drawing or rendering to a WebGLFramebuffer.
API Method Reference WebGL WebGLRenderingContext

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