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