Jopnal Engine  alpha 0.4
Simple Component Based 2D/3D Game Engine
Public Types | List of all members
jop::Mesh::VertexIndex Struct Reference

#include <Mesh.hpp>

Public Types

enum  : uint32 {
  Position, TexCoords, Normal, Color,
  ModelMatrix, Tangent = ModelMatrix + 4, BiTangent
}
 

Detailed Description

vertex attribute indices

Definition at line 59 of file Mesh.hpp.

Member Enumeration Documentation

anonymous enum : uint32
Enumerator
Position 
TexCoords 
Normal 
Color 
ModelMatrix 
Tangent 
BiTangent 

Definition at line 61 of file Mesh.hpp.


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