Logo
Public Member Functions | Public Attributes | List of all members
SharpKmyGfx::VertexPositionColor Struct Reference

#include <Vertex.h>

Public Member Functions

 VertexPositionColor (float x, float y, float z, SharpKmyGfx::Color c)
 

Public Attributes

SharpKmyMath::Vector3 pos
 
SharpKmyGfx::Color color
 

Constructor & Destructor Documentation

◆ VertexPositionColor()

SharpKmyGfx::VertexPositionColor::VertexPositionColor ( float  x,
float  y,
float  z,
SharpKmyGfx::Color  c 
)

Member Data Documentation

◆ color

SharpKmyGfx::Color SharpKmyGfx::VertexPositionColor::color

◆ pos

SharpKmyMath::Vector3 SharpKmyGfx::VertexPositionColor::pos