Scaleform::Render::Primitive::MeshEntry

Scaleform::Render::Primitive::MeshEntry
struct MeshEntry {
  HMatrix M;
  Ptr<Mesh> pMesh;
};
Description

Combines mesh with Variable-format matrix describing it, storing in one array for efficient modification.

Members
Members 
Description 
HMatrix M; 
Pool matrix handle. Used to initialize and update matrices. //verify 
Ptr<Mesh> pMesh; 
Pointer to Mesh
File

Render_Primitive.h