ws v1.0.10 (2017-05-27T17:13:21Z)
Dub
Repo
Texture
ws
gl
texture
Undocumented in source.
__gshared
class
Texture {
uint
id
;
string
path
;
Point
size
;
void
destroy
();
this
();
this
(uint id);
int
bind
(int where);
static
Texture
load
(string path);
}
Constructors
this
this
()
Undocumented in source.
this
this
(uint id)
Undocumented in source.
Members
Functions
bind
int
bind
(int where)
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.
Static functions
load
Texture
load
(string path)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
id
uint
id
;
Undocumented in source.
path
string
path
;
Undocumented in source.
size
Point
size
;
Undocumented in source.
Meta
Source
See Implementation
ws
gl
texture
classes
Texture