gapi.texture

Undocumented in source.

Members

Functions

bindTexture2D
void bindTexture2D(Texture2D texture)
Undocumented in source. Be warned that the author may not have intended to support it.
createTexture2DFromFile
Texture2D createTexture2DFromFile(string fileName, Texture2DParameters params)
Undocumented in source. Be warned that the author may not have intended to support it.
createTexture2DFromSurface
Texture2D createTexture2DFromSurface(SDL_Surface* surface, Texture2DParameters params)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteTexture2D
void deleteTexture2D(Texture2D texture)
Undocumented in source. Be warned that the author may not have intended to support it.
normilizeTexture2DCoords
Texture2DCoords normilizeTexture2DCoords(Texture2DCoords coords, Texture2D texture)
Undocumented in source. Be warned that the author may not have intended to support it.
unbindTexture2D
void unbindTexture2D()
Undocumented in source. Be warned that the author may not have intended to support it.
updateTexture2D
Texture2D updateTexture2D(Texture2D texture, Texture2DParameters params)
Undocumented in source. Be warned that the author may not have intended to support it.
updateTexture2DFromSurface
Texture2D updateTexture2DFromSurface(Texture2D texture, SDL_Surface* surface)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

Texture2D
struct Texture2D
Undocumented in source.
Texture2DCoords
struct Texture2DCoords
Undocumented in source.
Texture2DParameters
struct Texture2DParameters
Undocumented in source.

Meta