diff --git a/ComputeVertexCacheMissRate.md b/ComputeVertexCacheMissRate.md index 7ef7388..7266b0d 100644 --- a/ComputeVertexCacheMissRate.md +++ b/ComputeVertexCacheMissRate.md @@ -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.