Results 101 - 112 of 112

WebGLRenderingContext.createTexture()

The WebGLRenderingContext.createTexture() method of the WebGL API creates and initializes a WebGLTexture object.
API Method Reference Textures WebGL WebGLRenderingContext

WebGLRenderingContext.deleteTexture()

The WebGLRenderingContext.deleteTexture() method of the WebGL API deletes a given WebGLTexture object. This method has no effect if the texture has already been deleted.
API Method Reference Textures WebGL WebGLRenderingContext

WebGLRenderingContext.drawingBufferHeight

The read-only WebGLRenderingContext.drawingBufferHeight property represents the actual height of the current drawing buffer. It should match the height attribute of the <canvas> element associated with this context, but might differ if the implementation is not able to provide the requested height.
API Property Read-only Reference WebGL WebGLRenderingContext

WebGLRenderingContext.drawingBufferWidth

The read-only WebGLRenderingContext.drawingBufferWidth property represents the actual width of the current drawing buffer. It should match the width attribute of the <canvas> element associated with this context, but might differ if the implementation is not able to provide the requested width.
API Property Read-only Reference WebGL WebGLRenderingContext

WebGLRenderingContext.generateMipmap()

The WebGLRenderingContext.generateMipmap() method of the WebGL API generates a set of mipmaps for a WebGLTexture object.
API Method Reference Textures WebGL WebGLRenderingContext

WebGLRenderingContext.getProgramParameter()

The WebGLRenderingContext.getProgramParameter() method of the WebGL API returns information about the given program.
API Method Reference WebGL WebGL2 WebGLRenderingContext

WebGLRenderingContext.getTexParameter()

The WebGLRenderingContext.getTexParameter() method of the WebGL API returns information about the given texture.
API Method Reference Textures WebGL WebGLRenderingContext

WebGLRenderingContext.texImage2D()

The WebGLRenderingContext.texImage2D() method of the WebGL API specifies a two-dimensional texture image.
API Method Reference Textures WebGL WebGLRenderingContext

WebGLRenderingContext.texParameter[fi]()

The WebGLRenderingContext.texParameter[fi]() methods of the WebGL API set texture parameters.
API Method Reference Textures WebGL WebGLRenderingContext

WebGLRenderingContext.texSubImage2D()

The WebGLRenderingContext.texSubImage2D() method of the WebGL API specifies a sub-rectangle of the current texture.
API Method Reference Textures WebGL WebGLRenderingContext

WebGLRenderingContext.compressedTexImage2D()

The WebGLRenderingContext.compressedTexImage2D() method of the WebGL API specifies a two-dimensional texture image in a compressed format.
API Method Reference Textures WebGL WebGL extension WebGLRenderingContext

WebGLRenderingContext.compressedTexSubImage2D()

The WebGLRenderingContext.compressedTexSubImage2D() method of the WebGL API specifies a two-dimensional sub-rectangle for a texture image in a compressed format.
API Method Reference Textures WebGL WebGL extension WebGLRenderingContext