Class: GlTexture

GlTexture

Internal texture for WebGL context

Members

height number

Height of texture that was used in texImage2D.

internalFormat number

Type copied from texture source.

mipmap boolean

Whether mip levels has to be generated.

samplerType number

Type of sampler corresponding to this texture. See SAMPLER_TYPES

texture WebGLTexture

The WebGL texture.

type number

Type copied from texture source.

width number

Width of texture that was used in texImage2D.