![]() |
LibCarna Version 3.4.0
|
Defines MeshRenderingStage class template instance invariants. More...
#include <MeshRenderingStage.hpp>
Public Member Functions | |
MeshRenderingMixin (unsigned int geometryType) | |
Instantiates. | |
virtual | ~MeshRenderingMixin () |
Does nothing. | |
Public Attributes | |
const unsigned int | geometryType |
Holds the geometry type rendered by this MeshRenderingStage. | |
Static Public Attributes | |
static const unsigned int | DEFAULT_ROLE_MESH = 0 |
Identifies the Mesh object that MeshRenderingStage uses for rendering. | |
static const unsigned int | DEFAULT_ROLE_MATERIAL = 1 |
Identifies the Material object that MeshRenderingStage uses for rendering. | |
Defines MeshRenderingStage class template instance invariants.
Definition at line 48 of file MeshRenderingStage.hpp.
Instantiates.
geometryType | is the geometry type rendered by this MeshRenderingStage. |
Identifies the Material object that MeshRenderingStage uses for rendering.
Definition at line 77 of file MeshRenderingStage.hpp.
Identifies the Mesh object that MeshRenderingStage uses for rendering.
Definition at line 71 of file MeshRenderingStage.hpp.
Holds the geometry type rendered by this MeshRenderingStage.
Definition at line 83 of file MeshRenderingStage.hpp.
Written by Leonid Kostrykin © 2021–2025. Based on Carna (© 2010-2016).
Documentation generated by Doxygen