moggle ~master (2015-11-22T21:36:14Z)
Dub
Repo
Vbo
moggle
core
vbo
An alias for SpecificVbo!T, except that Vbo!void is an alias for GenericVbo.
template
Vbo (
T
) {
alias
Vbo
=
GenericVbo
;
alias
Vbo
=
SpecificVbo
!
T
;
}
Members
Aliases
Vbo
alias
Vbo
=
GenericVbo
Undocumented in source.
Vbo
alias
Vbo
=
SpecificVbo
!
T
Undocumented in source.
Meta
Source
See Implementation
moggle
core
vbo
structs
GenericVbo
SpecificVbo
VboMapping
templates
Vbo
An alias for SpecificVbo!T, except that Vbo!void is an alias for GenericVbo.