Developer Documentation
ACG::GPUCacheOptimizer::Opt_Tris Struct Reference

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...
 

Detailed Description

Definition at line 226 of file GPUCacheOptimizer.hh.

Constructor & Destructor Documentation

◆ Opt_Tris()

ACG::GPUCacheOptimizer::Opt_Tris::Opt_Tris ( )
inline

Definition at line 228 of file GPUCacheOptimizer.hh.

Member Function Documentation

◆ FindScore()

void ACG::GPUCacheOptimizer::Opt_Tris::FindScore ( const Opt_Vertex pVertices)
inline

Definition at line 237 of file GPUCacheOptimizer.hh.

Member Data Documentation

◆ bAdded

int ACG::GPUCacheOptimizer::Opt_Tris::bAdded

Definition at line 231 of file GPUCacheOptimizer.hh.

◆ fScore

float ACG::GPUCacheOptimizer::Opt_Tris::fScore

sum of scores of vertices

Definition at line 233 of file GPUCacheOptimizer.hh.

◆ v

unsigned int ACG::GPUCacheOptimizer::Opt_Tris::v[3]

vertices of this triangle

Definition at line 235 of file GPUCacheOptimizer.hh.


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