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