Updated ComputeVertexCacheMissRate (markdown)
Родитель
95ff87c2f6
Коммит
56155e4c2e
|
@ -9,7 +9,7 @@ Returns the average cache miss ratio (ACMR) and average triangle vertex resuse (
|
|||
size_t cacheSize, float& acmr, float& atvr );
|
||||
|
||||
# Parameters
|
||||
Pass ``OPTFACES_V_DEFAULT`` as the _vertexCache_ to evaluate the 'device independent' optimization.
|
||||
Pass ``OPTFACES_V_DEFAULT`` as the _vertexCache_ to evaluate the 'device independent' optimization for [[OptimizeFaces]].
|
||||
|
||||
The resulting _acmr_ and _atvr_ are returned as out parameters. They are set to -1.f if there was an error with the input values.
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче