JavaScript WebGLTexture : Object
WebGLTexture
represents a texture. WebGLTexture
s are created with createTexture()
. Textures can be one of two types: a
2D texture or a cube map. Use bindTexture()
to set
the type of texture.
Copyright © PUBLIC Contributors