Texture

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Functions

bind
void bind()
Undocumented in source. Be warned that the author may not have intended to support it.
create
void create()
Undocumented in source. Be warned that the author may not have intended to support it.
destroy
void destroy()
Undocumented in source. Be warned that the author may not have intended to support it.
load
bool load(char[] path)
Undocumented in source. Be warned that the author may not have intended to support it.

Static functions

__loadBackend
void __loadBackend()
Undocumented in source. Be warned that the author may not have intended to support it.
__load_gl
bool __load_gl(Texture this_, char[] path)
Undocumented in source. Be warned that the author may not have intended to support it.

Static variables

__load
bool function(ref Texture this_, const char[] path) __load;
Undocumented in source.

Structs

Data
struct Data
Undocumented in source.

Variables

data
Data* data;
Undocumented in source.

Meta