Height of texture.
Texture magnification filter.
Texture minification filter.
Size of the texture in bytes.
Texture data type.
Width of texture.
Texture wrap mode on S axis.
Texture wrap mode on T axis.
relevant WebGL APIs:
gl.deleteBuffergl.deleteTexturegl.deleteRenderbuffergl.deleteFramebufferResizes the cube-map texture, setting the dimensions of each face to radius x radius.
Replaces the part of texture with new data.
index of the face to modify
2D image data object to use for the replacement
horizontal offset of the image within the face (Default: 0)
vertical offset of the image within the face (Default: 0)
mipmap level of the texture to modify (Default: 0)
Generated using TypeDoc
Texture format.