Updated ComputeVertexCacheMissRate (markdown)

Chuck Walbourn 2018-01-26 10:06:42 -08:00
Родитель 95ff87c2f6
Коммит 56155e4c2e
1 изменённых файлов: 1 добавлений и 1 удалений

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