Results 361 - 380 of 1,081

WebGL2RenderingContext.fenceSync()

The WebGL2RenderingContext.fenceSync() method of the WebGL 2 API creates a new WebGLSync object and inserts it into the GL command stream.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.framebufferTextureLayer()

The WebGL2RenderingContext.framebufferTextureLayer() method of the WebGL 2 API attaches a single layer of a texture to a framebuffer.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getActiveUniformBlockName()

The WebGL2RenderingContext.getActiveUniformBlockName() method of the WebGL 2 API retrieves the name of the active uniform block at a given index within a WebGLProgram.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getActiveUniformBlockParameter()

The WebGL2RenderingContext.getActiveUniformBlockParameter() method of the WebGL 2 API retrieves information about an active uniform block within a WebGLProgram.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getActiveUniforms()

The WebGL2RenderingContext.getActiveUniforms() method of the WebGL 2 API retrieves information about active uniforms within a WebGLProgram.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getBufferSubData()

The WebGL2RenderingContext.getBufferSubData() method of the WebGL 2 API reads data from a buffer binding point and writes them to an ArrayBuffer or SharedArrayBuffer.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getFragDataLocation()

The WebGL2RenderingContext.getFragDataLocation() method of the WebGL 2 API returns the binding of color numbers to user-defined varying out variables.
API Experimental Method Reference WebGL WebGL2

WebGL2RenderingContext.getIndexedParameter()

The WebGL2RenderingContext.getIndexedParameter() method of the WebGL 2 API returns indexed information about a given target.
API Experimental Method Reference WebGL WebGL2

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