Articles tagged: API
Found 5012 documents
- Web/API/WebGL2RenderingContext/readBuffer The WebGL2RenderingContext.readBuffer() method of the WebGL 2 API selects a color buffer as the ...
- Web/API/WebGL2RenderingContext/renderbufferStorageMultisample The WebGL2RenderingContext.renderbufferStorageMultisample() method of the WebGL 2 API returns ...
- Web/API/WebGL2RenderingContext/resumeTransformFeedback The WebGL2RenderingContext.resumeTransformFeedback() method of the WebGL 2 API resumes a ...
- Web/API/WebGL2RenderingContext/samplerParameter The WebGL2RenderingContext.samplerParameter[if]() methods of the WebGL 2 API set WebGLSampler ...
- Web/API/WebGL2RenderingContext/texImage3D The WebGLRenderingContext.texImage3D() method of the WebGL API specifies a three-dimensional ...
- Web/API/WebGL2RenderingContext/texStorage2D The WebGL2RenderingContext.texStorage2D() method of the WebGL API specifies all levels of ...
- Web/API/WebGL2RenderingContext/texStorage3D The WebGL2RenderingContext.texStorage3D() method of the WebGL API specifies all levels of a ...
- Web/API/WebGL2RenderingContext/texSubImage3D The WebGL2RenderingContext.texSubImage3D() method of the WebGL API specifies a sub-rectangle of ...
- Web/API/WebGL2RenderingContext/transformFeedbackVaryings The WebGL2RenderingContext.transformFeedbackVaryings() method of the WebGL 2 API specifies ...
- Web/API/WebGL2RenderingContext/uniform The WebGL2RenderingContext.uniform[1234][uif][v]() methods of the WebGL API specify values of ...
- Web/API/WebGL2RenderingContext/uniformBlockBinding The WebGL2RenderingContext.uniformBlockBinding() method of the WebGL 2 API assigns binding ...
- Web/API/WebGL2RenderingContext/uniformMatrix The WebGL2RenderingContext.uniformMatrix[234]x[234]fv() methods of the WebGL 2 API specify ...
- Web/API/WebGL2RenderingContext/vertexAttribDivisor The WebGL2RenderingContext.vertexAttribDivisor() method of the WebGL 2 API modifies the rate at ...
- Web/API/WebGL2RenderingContext/vertexAttribI The WebGL2RenderingContext.vertexAttribI4[u]i[v]() methods of the WebGL 2 API specify integer ...
- Web/API/WebGL2RenderingContext/vertexAttribIPointer The WebGL2RenderingContext.vertexAttribIPointer() method of the WebGL 2 API specifies integer ...
- Web/API/WebGL2RenderingContext/waitSync The WebGL2RenderingContext.waitSync() method of the WebGL 2 API returns immediately, but waits ...
- Web/API/WebGLActiveInfo The WebGLActiveInfo interface is part of the WebGL API and represents the information returned ...
- Web/API/WebGLActiveInfo/name The read-only WebGLActiveInfo.name property represents the name of the requested data returned ...
- Web/API/WebGLActiveInfo/size The read-only WebGLActiveInfo.size property is a Number representing the size of the requested ...
- Web/API/WebGLActiveInfo/type The read-only WebGLActiveInfo.type property represents the type of the requested data returned ...
- Web/API/WebGLBuffer The WebGLBuffer interface is part of the WebGL API and represents an opaque buffer object ...
- Web/API/WebGLContextEvent The WebContextEvent interface is part of the WebGL API and is an interface for an event that is ...
- Web/API/WebGLContextEvent/statusMessage The read-only WebGLContextEvent.statusMessage property contains additional event status ...
- Web/API/WebGLFramebuffer The WebGLFramebuffer interface is part of the WebGL API and represents a collection of buffers ...
- Web/API/WebGLQuery The WebGLQuery interface is part of the WebGL 2 API and provides ways to asynchronously query ...
- Web/API/WebGLRenderbuffer The WebGLRenderbuffer interface is part of the WebGL API and represents a buffer that can ...
- Web/API/WebGLRenderingContext/activeTexture The WebGLRenderingContext.activeTexture() method of the WebGL API specifies which texture unit ...
- Web/API/WebGLRenderingContext/bindAttribLocation The WebGLRenderingContext.bindAttribLocation() method of the WebGL API binds a generic vertex ...
- Web/API/WebGLRenderingContext/bindBuffer The WebGLRenderingContext.bindBuffer() method of the WebGL API binds a given WebGLBuffer to a ...
- Web/API/WebGLRenderingContext/bindFramebuffer The WebGLRenderingContext.bindFramebuffer() method of the WebGL API binds a given ...
- Web/API/WebGLRenderingContext/bindRenderbuffer The WebGLRenderingContext.bindRenderbuffer() method of the WebGL API binds a given ...
- Web/API/WebGLRenderingContext/bindTexture The WebGLRenderingContext.bindTexture() method of the WebGL API binds a given WebGLTexture to a ...
- Web/API/WebGLRenderingContext/blendColor The WebGLRenderingContext.blendColor() method of the WebGL API is used to set the source and ...
- Web/API/WebGLRenderingContext/blendEquation The WebGLRenderingContext.blendEquation() method of the WebGL API is used to set both the RGB ...
- Web/API/WebGLRenderingContext/blendEquationSeparate The WebGLRenderingContext.blendEquationSeparate() method of the WebGL API is used to set the RGB ...
- Web/API/WebGLRenderingContext/blendFunc The WebGLRenderingContext.blendFunc() method of the WebGL API defines which function is used for ...
- Web/API/WebGLRenderingContext/blendFuncSeparate The WebGLRenderingContext.blendFuncSeparate() method of the WebGL API defines which function is ...
- Web/API/WebGLRenderingContext/bufferData The WebGLRenderingContext.bufferData() method of the WebGL API initializes and creates the ...
- Web/API/WebGLRenderingContext/bufferSubData The WebGLRenderingContext.bufferSubData() method of the WebGL API updates a subset of a buffer ...
- Web/API/WebGLRenderingContext/checkFramebufferStatus The WebGLRenderingContext.checkFramebufferStatus() method of the WebGL API returns the ...
- Web/API/WebGLRenderingContext/clear The WebGLRenderingContext.clear() method of the WebGL API clears buffers to preset values.
- Web/API/WebGLRenderingContext/clearColor The WebGLRenderingContext.clearColor() method of the WebGL API specifies the color values used ...
- Web/API/WebGLRenderingContext/clearDepth The WebGLRenderingContext.clearDepth() method of the WebGL API specifies the clear value for the ...
- Web/API/WebGLRenderingContext/clearStencil The WebGLRenderingContext.clearStencil() method of the WebGL API specifies the clear value for ...
- Web/API/WebGLRenderingContext/colorMask The WebGLRenderingContext.colorMask() method of the WebGL API sets which color components to ...
- Web/API/WebGLRenderingContext/commit The WebGLRenderingContext.commit() method pushes frames back to the original HTMLCanvasElement, ...
- Web/API/WebGLRenderingContext/compileShader The WebGLRenderingContext.compileShader() method of the WebGL API compiles a GLSL shader into ...
- Web/API/WebGLRenderingContext/compressedTexImage2D The WebGLRenderingContext.compressedTexImage2D() method of the WebGL API specifies a ...
- Web/API/WebGLRenderingContext/compressedTexSubImage2D The WebGLRenderingContext.compressedTexSubImage2D() method of the WebGL API specifies a ...
- Web/API/WebGLRenderingContext/copyTexImage2D The WebGLRenderingContext.copyTexImage2D() method of the WebGL API copies pixels from the ...
- Web/API/WebGLRenderingContext/copyTexSubImage2D The WebGLRenderingContext.copyTexSubImage2D() method of the WebGL API copies pixels from the ...
- Web/API/WebGLRenderingContext/createBuffer The WebGLRenderingContext.createBuffer() method of the WebGL API creates and initializes a ...
- Web/API/WebGLRenderingContext/createFramebuffer The WebGLRenderingContext.creatFramebuffer() method of the WebGL API creates and initializes a ...
- Web/API/WebGLRenderingContext/createProgram The WebGLRenderingContext.createProgram() method of the WebGL API creates and initializes a ...
- Web/API/WebGLRenderingContext/createRenderbuffer The WebGLRenderingContext.createRenderbuffer() method of the WebGL API creates and initializes a ...
- Web/API/WebGLRenderingContext/createShader The WebGLRenderingContext.createShader() method of the WebGL API creates a WebGLShader that can ...
- Web/API/WebGLRenderingContext/createTexture The WebGLRenderingContext.createTexture() method of the WebGL API creates and initializes a ...
- Web/API/WebGLRenderingContext/cullFace The WebGLRenderingContext.cullFace() method of the WebGL API specifies whether or not front- ...
- Web/API/WebGLRenderingContext/deleteBuffer The WebGLRenderingContext.deleteBuffer() method of the WebGL API deletes a given WebGLBuffer. ...
- Web/API/WebGLRenderingContext/deleteFramebuffer The WebGLRenderingContext.deleteFramebuffer() method of the WebGL API deletes a given ...
- Web/API/WebGLRenderingContext/deleteProgram The WebGLRenderingContext.deleteProgram() method of the WebGL API deletes a given WebGLProgram ...
- Web/API/WebGLRenderingContext/deleteRenderbuffer The WebGLRenderingContext.deleteRenderbuffer() method of the WebGL API deletes a given ...
- Web/API/WebGLRenderingContext/deleteShader The WebGLRenderingContext.deleteShader() method of the WebGL API marks a given WebGLShader ...
- Web/API/WebGLRenderingContext/deleteTexture The WebGLRenderingContext.deleteTexture() method of the WebGL API deletes a given WebGLTexture ...
- Web/API/WebGLRenderingContext/depthFunc The WebGLRenderingContext.depthFunc() method of the WebGL API specifies a function that compares ...
- Web/API/WebGLRenderingContext/depthMask The WebGLRenderingContext.depthMask() method of the WebGL API sets whether writing into the ...
- Web/API/WebGLRenderingContext/depthRange The WebGLRenderingContext.depthRange() method of the WebGL API specifies the depth range mapping ...
- Web/API/WebGLRenderingContext/disable The WebGLRenderingContext.disable() method of the WebGL API disables specific WebGL capabilities ...
- Web/API/WebGLRenderingContext/disableVertexAttribArray The WebGLRenderingContext.disableVertexAttribArray() method of the WebGL API turns the generic ...
- Web/API/WebGLRenderingContext/drawArrays The WebGLRenderingContext.drawArrays() method of the WebGL API renders primitives from array data.
- Web/API/WebGLRenderingContext/drawElements The WebGLRenderingContext.drawElements() method of the WebGL API renders primitives from array data.
- Web/API/WebGLRenderingContext/drawingBufferHeight The read-only WebGLRenderingContext.drawingBufferHeight property represents the actual height of ...
- Web/API/WebGLRenderingContext/drawingBufferWidth The read-only WebGLRenderingContext.drawingBufferWidth property represents the actual width of ...
- Web/API/WebGLRenderingContext/enable The WebGLRenderingContext.enable() method of the WebGL API enables specific WebGL capabilities ...
- Web/API/WebGLRenderingContext/enableVertexAttribArray The WebGLRenderingContext method enableVertexAttribArray(), part of the WebGL API, turns on the ...
- Web/API/WebGLRenderingContext/finish The WebGLRenderingContext.finish() method of the WebGL API blocks execution until all previously ...
- Web/API/WebGLRenderingContext/flush The WebGLRenderingContext.flush() method of the WebGL API empties different buffer commands, ...
- Web/API/WebGLRenderingContext/framebufferRenderbuffer The WebGLRenderingContext.framebufferRenderbuffer() method of the WebGL API attaches a ...
- Web/API/WebGLRenderingContext/framebufferTexture2D The WebGLRenderingContext.framebufferTexture2D() method of the WebGL API attaches a texture to a ...
- Web/API/WebGLRenderingContext/frontFace The WebGLRenderingContext.frontFace() method of the WebGL API specifies whether polygons are ...
- Web/API/WebGLRenderingContext/generateMipmap The WebGLRenderingContext.generateMipmap() method of the WebGL API generates a set of mipmaps ...
- Web/API/WebGLRenderingContext/getActiveAttrib The WebGLRenderingContext.getActiveAttrib() method of the WebGL API returns a WebGLActiveInfo ...
- Web/API/WebGLRenderingContext/getActiveUniform The WebGLRenderingContext.getActiveUniform() method of the WebGL API returns a WebGLActiveInfo ...
- Web/API/WebGLRenderingContext/getAttachedShaders The WebGLRenderingContext.getAttachedShaders() method of the WebGL API returns a list of ...
- Web/API/WebGLRenderingContext/getAttribLocation The WebGLRenderingContext.getAttribLocation() method of the WebGL API returns the location of an ...
- Web/API/WebGLRenderingContext/getBufferParameter The WebGLRenderingContext.getBufferParameter() method of the WebGL API returns information about ...
- Web/API/WebGLRenderingContext/getContextAttributes The WebGLRenderingContext.getContextAttributes() method returns a WebGLContextAttributes object ...
- Web/API/WebGLRenderingContext/getError The WebGLRenderingContext.getError() method of the WebGL API returns error information.
- Web/API/WebGLRenderingContext/getExtension The WebGLRenderingContext.getExtension() method enables a WebGL extension.
- Web/API/WebGLRenderingContext/getFramebufferAttachmentParameter The WebGLRenderingContext.getFramebufferAttachmentParameter() method of the WebGL API returns ...
- Web/API/WebGLRenderingContext/getParameter The WebGLRenderingContext.getParameter() method of the WebGL API returns a value for the passed ...
- Web/API/WebGLRenderingContext/getProgramInfoLog The WebGLRenderingContext.getProgramInfoLog returns the information log for the specified ...
- Web/API/WebGLRenderingContext/getProgramParameter The WebGLRenderingContext.getProgramParameter() method of the WebGL API returns information ...
- Web/API/WebGLRenderingContext/getRenderbufferParameter The WebGLRenderingContext.getRenderbufferParameter() method of the WebGL API returns information ...
- Web/API/WebGLRenderingContext/getShaderInfoLog The WebGLRenderingContext.getShaderInfoLog returns the information log for the specified ...
- Web/API/WebGLRenderingContext/getShaderParameter The WebGLRenderingContext.getShaderParameter() method of the WebGL API returns information about ...
- Web/API/WebGLRenderingContext/getShaderPrecisionFormat The WebGLRenderingContext.getShaderPrecisionFormat() method of the WebGL API returns a new ...
- Web/API/WebGLRenderingContext/getShaderSource The WebGLRenderingContext.getShaderSource() method of the WebGL API returns the source code of a ...
- Web/API/WebGLRenderingContext/getSupportedExtensions The WebGLRenderingContext.getSupportedExtensions() method returns a list of all the supported ...
- Web/API/WebGLRenderingContext/getTexParameter The WebGLRenderingContext.getTexParameter() method of the WebGL API returns information about ...