dash v0.2.6 (2014-02-22T20:41:15Z)
Dub
Repo
Texture
components
material
Undocumented in source.
final
class
Texture {
mixin
Property
!(
"uint"
,
"width"
)
;
mixin
Property
!(
"uint"
,
"height"
)
;
mixin
Property
!(
"uint"
,
"glID"
)
;
this
(string filePath);
void
shutdown
();
}
Constructors
this
this
(string filePath)
Undocumented in source.
Members
Functions
shutdown
void
shutdown
()
Undocumented in source. Be warned that the author may not have intended to support it.
Mixins
__anonymous
mixin
Property
!(
"uint"
,
"height"
)
Undocumented in source.
__anonymous
mixin
Property
!(
"uint"
,
"width"
)
Undocumented in source.
__anonymous
mixin
Property
!(
"uint"
,
"glID"
)
Undocumented in source.
Meta
Source
See Implementation
components
material
classes
Material
Texture