dirty() Sets all glTextures to be dirty. Source code:
destroy() Destroys this base texture Source code:
unloadFromGPU() Removes the base texture from the GPU, useful for managing resources on the GPU.Atexture is still 100% usable
forceLoaded(width, height) Forces this BaseTexture to be set as loaded, with the given width and height.Then calls BaseTexture
resolution : number The Resolution of the texture. Source code:
new BaseTexture(source, scaleMode) A texture stores the information that represents an image. All textures have a base texture.
Page 2 of 2