createTexture method

WebGLTexture? createTexture()

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

Implementation

external WebGLTexture? createTexture();