|
Carna
Version 3.0.1
|
Defines MeshRenderingStage class template instance invariants. More...
#include <MeshRenderingStage.h>
Inheritance diagram for Carna::base::MeshRenderingStageBase:Public Member Functions | |
| MeshRenderingStageBase (unsigned int geometryType) | |
| Instantiates. More... | |
| virtual | ~MeshRenderingStageBase () |
| Does nothing. | |
Public Attributes | |
| const unsigned int | geometryType |
| Holds the geometry type rendered by this MeshRenderingStage. | |
Static Public Attributes | |
| static const unsigned int | ROLE_DEFAULT_MESH = 0 |
| Identifies the Mesh object that MeshRenderingStage uses for rendering. | |
| static const unsigned int | ROLE_DEFAULT_MATERIAL = 1 |
| Identifies the Material object that MeshRenderingStage uses for rendering. | |
Defines MeshRenderingStage class template instance invariants.
Definition at line 45 of file MeshRenderingStage.h.
| Carna::base::MeshRenderingStageBase::MeshRenderingStageBase | ( | unsigned int | geometryType | ) |
Instantiates.
| geometryType | is the geometry type rendered by this MeshRenderingStage. |
Documentation generated by Doxygen