Results 101 - 120 of 274

WebGL2RenderingContext.getInternalformatParameter()

The WebGL2RenderingContext.getInternalformatParameter() method of the WebGL 2 API returns information about implementation-dependent support for internal formats.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getQuery()

The WebGL2RenderingContext.getQuery() method of the WebGL 2 API returns the currently active WebGLQuery for the target, or null.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getQueryParameter()

The WebGL2RenderingContext.getQueryParameter() method of the WebGL 2 API returns parameter information of a WebGLQuery object.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getSamplerParameter()

The WebGL2RenderingContext.getSamplerParameter() method of the WebGL 2 API returns parameter information of a WebGLSampler object.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getSyncParameter()

The WebGL2RenderingContext.getSyncParameter() method of the WebGL 2 API returns parameter information of a WebGLSync object.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getTransformFeedbackVarying()

The WebGL2RenderingContext.getTransformFeedbackVarying() method of the WebGL 2 API returns information about varying variables from WebGLTransformFeedback buffers.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getUniformBlockIndex()

The WebGL2RenderingContext.getUniformBlockIndex() method of the WebGL 2 API retrieves the index of a uniform block within a WebGLProgram.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getUniformIndices()

The WebGL2RenderingContext.getUniformIndices() method of the WebGL 2 API retrieves the indices of a number of uniforms within a WebGLProgram.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.invalidateFramebuffer()

The WebGL2RenderingContext.invalidateFramebuffer() method of the WebGL 2 API invalidates the contents of attachments in a framebuffer.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.invalidateSubFramebuffer()

The WebGL2RenderingContext.invalidateSubFramebuffer() method of the WebGL 2 API invalidates portions of the contents of attachments in a framebuffer.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.isQuery()

The WebGL2RenderingContext.isQuery() method of the WebGL 2 API returns true if the passed object is a valid WebGLQuery object.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.isSampler()

The WebGL2RenderingContext.isSampler() method of the WebGL 2 API returns true if the passed object is a valid WebGLSampler object.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.isSync()

The WebGL2RenderingContext.isSync() method of the WebGL 2 API returns true if the passed object is a valid WebGLSync object.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.isTransformFeedback()

The WebGL2RenderingContext.isTransformFeedback() method of the WebGL 2 API returns true if the passed object is a valid WebGLTransformFeedback object.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.isVertexArray()

The WebGL2RenderingContext.isVertexArray() method of the WebGL API returns true if the passed object is a valid WebGLVertexArrayObject object.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.pauseTransformFeedback()

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

WebGL2RenderingContext.readBuffer()

The WebGL2RenderingContext.readBuffer() method of the WebGL 2 API selects a color buffer as the source for pixels for subsequent calls to copyTexImage2D, copyTexSubImage2D, copyTexSubImage3D or readPixels.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.renderbufferStorageMultisample()

The WebGL2RenderingContext.renderbufferStorageMultisample() method of the WebGL 2 API returns creates and initializes a renderbuffer object's data store and allows specifying a number of samples to be used.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.resumeTransformFeedback()

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

WebGL2RenderingContext.samplerParameter[if]()

The WebGL2RenderingContext.samplerParameter[if]() methods of the WebGL 2 API set WebGLSampler parameters.
API Experimental Method Reference WebGL WebGL2