
Go to the source code of this file.
Functions | |
| DECLARE_CYCLE_STAT (TEXT("RML - Calculate Tessellation Indices"), STAT_RuntimeMeshLibrary_CalculateTessellationIndices, STATGROUP_RuntimeMesh) | |
Variables | |
| const uint32 | DuplicateIndexCount = 3 |
| const uint32 | EdgesPerTriangle = 3 |
| const uint32 | IndicesPerTriangle = 3 |
| const uint32 | PnAenDomCorner_IndicesPerPatch = 12 |
| const uint32 | VerticesPerTriangle = 3 |
| DECLARE_CYCLE_STAT | ( | TEXT("RML - Calculate Tessellation Indices") | , |
| STAT_RuntimeMeshLibrary_CalculateTessellationIndices | , | ||
| STATGROUP_RuntimeMesh | |||
| ) |
| const uint32 DuplicateIndexCount = 3 |
Definition at line 9 of file RuntimeMeshTessellationUtilities.cpp.
| const uint32 EdgesPerTriangle = 3 |
Definition at line 6 of file RuntimeMeshTessellationUtilities.cpp.
| const uint32 IndicesPerTriangle = 3 |
Definition at line 7 of file RuntimeMeshTessellationUtilities.cpp.
| const uint32 PnAenDomCorner_IndicesPerPatch = 12 |
Definition at line 11 of file RuntimeMeshTessellationUtilities.cpp.
| const uint32 VerticesPerTriangle = 3 |
Definition at line 8 of file RuntimeMeshTessellationUtilities.cpp.