TextureIO

*

Members

Static functions

loadBMP
Texture loadBMP(string resourcePath)
Undocumented in source. Be warned that the author may not have intended to support it.
loadBMP
Texture loadBMP(BMPImage image)
Undocumented in source. Be warned that the author may not have intended to support it.
loadCubeMap
Texture loadCubeMap(string[6] resourcesPath)

*

loadCubeMapTexture
Texture loadCubeMapTexture(string[6] resourcesPath)

*

loadTexture
Texture loadTexture(string resourcePath)

* Load a texture into memory using a relative resource path. * If texture is already loaded then just return it. * Returns newly created texture.

Meta