Class: TextureInfo

TextureInfo(w, h, id) → {TextureInfo}

Object for convenient communication of a texture's properties

Constructor

new TextureInfo(w, h, id) → {TextureInfo}

Parameters:
Name Type Description
w integer the pixel width of the texture
h integer the pixel height of the texture
id gl.TEXTUREI webGL id for the texture
Source:
Returns:
a new TextureInfo instance
Type
TextureInfo