Results 41 - 60 of 112

WebGLRenderingContext.finish()

The WebGLRenderingContext.finish() method of the WebGL API blocks execution until all previously called commands are finished.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.flush()

The WebGLRenderingContext.flush() method of the WebGL API empties different buffer commands, causing all commands to be executed as quickly as possible.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.framebufferRenderbuffer()

The WebGLRenderingContext.framebufferRenderbuffer() method of the WebGL API attaches a WebGLRenderbuffer object to a WebGLFramebuffer object.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.framebufferTexture2D()

The WebGLRenderingContext.framebufferTexture2D() method of the WebGL API attaches a texture to a WebGLFramebuffer.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.frontFace()

The WebGLRenderingContext.frontFace() method of the WebGL API specifies whether polygons are front- or back-facing by setting a winding orientation.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.getActiveAttrib()

The WebGLRenderingContext.getActiveAttrib() method of the WebGL API returns a WebGLActiveInfo object containing size, type, and name of a vertex attribute at a given position in a WebGLProgram.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.getActiveUniform()

The WebGLRenderingContext.getActiveUniform() method of the WebGL API returns a WebGLActiveInfo object containing size, type, and name of a uniform attribute at a given position in a WebGLProgram.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.getAttachedShaders()

The WebGLRenderingContext.getAttachedShaders() method of the WebGL API returns a list of WebGLShader objects attached to a WebGLProgram.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.getAttribLocation()

The WebGLRenderingContext.getAttribLocation() method of the WebGL API returns the location of an attribute variable in a given WebGLProgram.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.getBufferParameter()

The WebGLRenderingContext.getBufferParameter() method of the WebGL API returns information about the buffer.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.getContextAttributes()

The WebGLRenderingContext.getContextAttributes() method returns a WebGLContextAttributes object that contains the actual context parameters. Might return null, if the context is lost.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.getError()

The WebGLRenderingContext.getError() method of the WebGL API returns error information.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.getExtension()

The WebGLRenderingContext.getExtension() method enables a WebGL extension.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.getFramebufferAttachmentParameter()

The WebGLRenderingContext.getFramebufferAttachmentParameter() method of the WebGL API returns information about a framebuffer's attachment.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.getParameter()

The WebGLRenderingContext.getParameter() method of the WebGL API returns a value for the passed parameter name.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.getProgramInfoLog()

The WebGLRenderingContext.getProgramInfoLog returns the information log for the specified WebGLProgram object. It contains errors that occurred during failed linking or validation of WebGLProgram objects.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.getRenderbufferParameter()

The WebGLRenderingContext.getRenderbufferParameter() method of the WebGL API returns information about the renderbuffer.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.getShaderInfoLog()

The WebGLRenderingContext.getShaderInfoLog returns the information log for the specified WebGLShader object. It contains warnings, debugging and compile information.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.getShaderParameter()

The WebGLRenderingContext.getShaderParameter() method of the WebGL API returns information about the given shader.
API Method Reference WebGL WebGLRenderingContext

WebGLRenderingContext.getShaderPrecisionFormat()

The WebGLRenderingContext.getShaderPrecisionFormat() method of the WebGL API returns a new WebGLShaderPrecisionFormat object describing the range and precision for the specified shader numeric format.
API Method Reference WebGL WebGLRenderingContext