- bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
- createCompressedTexture
void createCompressedTexture(ubyte* data, uint blockSize, uint numMipMaps)
Undocumented in source. Be warned that the author may not have intended to support it.
- createFallbackTexture
void createFallbackTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
- createFromImage
void createFromImage(SuperImage img, bool genMipmaps)
Undocumented in source. Be warned that the author may not have intended to support it.
- createUncompressedTexture
void createUncompressedTexture(ubyte* data, bool genMipmaps)
Undocumented in source. Be warned that the author may not have intended to support it.
- enableRepeat
void enableRepeat(bool mode)
Undocumented in source. Be warned that the author may not have intended to support it.
- release
void release()
Undocumented in source. Be warned that the author may not have intended to support it.
- releaseGLTexture
void releaseGLTexture()
Undocumented in source. Be warned that the author may not have intended to support it.
- sample
Color4f sample(float u, float v)
Undocumented in source. Be warned that the author may not have intended to support it.
- unbind
void unbind()
Undocumented in source. Be warned that the author may not have intended to support it.
- valid
bool valid()
Undocumented in source. Be warned that the author may not have intended to support it.