liberty-engine ~master (2019-02-13T12:42:06Z)
Dub
Repo
TextVertex
liberty
text
vertex
*
struct
TextVertex {
mixin
GfxVertexSpec
;
Vector3F
position
;
Vector2F
texCoord
;
}
Members
Mixins
__anonymous
mixin
GfxVertexSpec
Undocumented in source.
Variables
position
Vector3F
position
;
*
texCoord
Vector2F
texCoord
;
*
Mixed In Members
From
mixin
GfxVertexSpec
bindAttributePointer
void
bindAttributePointer
()
Meta
Source
See Implementation
liberty
text
vertex
structs
TextVertex
*