Developer Documentation
|
Public Member Functions | |
void | FindScore (const Opt_Vertex *pVertices) |
Public Attributes | |
int | bAdded |
float | fScore |
sum of scores of vertices More... | |
unsigned int | v [3] |
vertices of this triangle More... | |
Definition at line 226 of file GPUCacheOptimizer.hh.
|
inline |
Definition at line 228 of file GPUCacheOptimizer.hh.
|
inline |
Definition at line 237 of file GPUCacheOptimizer.hh.
int ACG::GPUCacheOptimizer::Opt_Tris::bAdded |
Definition at line 231 of file GPUCacheOptimizer.hh.
float ACG::GPUCacheOptimizer::Opt_Tris::fScore |
sum of scores of vertices
Definition at line 233 of file GPUCacheOptimizer.hh.
unsigned int ACG::GPUCacheOptimizer::Opt_Tris::v[3] |
vertices of this triangle
Definition at line 235 of file GPUCacheOptimizer.hh.