Pyrogenesis  trunk
Public Member Functions | Public Attributes | List of all members
ShaderModelDef Struct Reference
Inheritance diagram for ShaderModelDef:
Inheritance graph
[legend]
Collaboration diagram for ShaderModelDef:
Collaboration graph
[legend]

Public Member Functions

 ShaderModelDef (const CModelDefPtr &mdef)
 
- Public Member Functions inherited from CModelDefRPrivate
 CModelDefRPrivate ()
 
virtual ~CModelDefRPrivate ()
 

Public Attributes

VertexIndexArray m_IndexArray
 Indices are the same for all models, so share them. More...
 
VertexArray m_Array
 Static per-CModelDef vertex array. More...
 
VertexArray::Attribute m_UV
 UV coordinates are stored in the static array. More...
 

Constructor & Destructor Documentation

ShaderModelDef::ShaderModelDef ( const CModelDefPtr mdef)

Member Data Documentation

VertexArray ShaderModelDef::m_Array

Static per-CModelDef vertex array.

VertexIndexArray ShaderModelDef::m_IndexArray

Indices are the same for all models, so share them.

VertexArray::Attribute ShaderModelDef::m_UV

UV coordinates are stored in the static array.


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