Kochol Game Engine  0.1.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
kge::gfx::Vertex3CT Struct Reference

3D Vertex with color and texture coordinate. More...

#include <Structs.h>

Public Attributes

Vertex3 pos
Color col
 Vertex position.
Vertex2 tex
 Vertex color.

Detailed Description

3D Vertex with color and texture coordinate.

Definition at line 188 of file Structs.h.

Member Data Documentation

Color kge::gfx::Vertex3CT::col

Vertex position.

Definition at line 191 of file Structs.h.

Vertex3 kge::gfx::Vertex3CT::pos

Definition at line 190 of file Structs.h.

Vertex2 kge::gfx::Vertex3CT::tex

Vertex color.

Definition at line 192 of file Structs.h.


The documentation for this struct was generated from the following file: