retrograde ~master (2021-12-10T22:01:18.9456294)
Dub
Repo
OpenGlModel
retrograde
graphics
threedee
opengl
model
Undocumented in source.
version(Have_derelict_gl3)
class
OpenGlModel :
Model
{
this
(Mesh[] meshes);
void
loadIntoVram
();
void
unloadFromVram
();
bool
isLoadedIntoVram
();
void
draw
();
}
Constructors
this
this
(Mesh[] meshes)
Undocumented in source.
Members
Functions
draw
void
draw
()
Undocumented in source. Be warned that the author may not have intended to support it.
isLoadedIntoVram
bool
isLoadedIntoVram
()
Undocumented in source. Be warned that the author may not have intended to support it.
loadIntoVram
void
loadIntoVram
()
Undocumented in source. Be warned that the author may not have intended to support it.
unloadFromVram
void
unloadFromVram
()
Undocumented in source. Be warned that the author may not have intended to support it.
Inherited Members
From Model
loadIntoVram
void
loadIntoVram
()
Undocumented in source.
unloadFromVram
void
unloadFromVram
()
Undocumented in source.
isLoadedIntoVram
bool
isLoadedIntoVram
()
Undocumented in source.
draw
void
draw
()
Undocumented in source.
Meta
Source
See Implementation
retrograde
graphics
threedee
opengl
model
classes
OpenGlMesh
OpenGlModel