CacheUtilization.PostTransformVertexCacheHitRate Property |
Language: |
Retrieves the hit rate for finding transformed vertices in the vertex cache.
Visual Basic Public ReadOnly Property PostTransformVertexCacheHitRate As Single C# public float PostTransformVertexCacheHitRate { get; } C++ public:
property float PostTransformVertexCacheHitRate {
float get();
}JScript public function get PostTransformVertexCacheHitRate() : float
System.Single
This property is read-only.
A Single value that represents the hit rate for finding transformed vertices in the vertex cache.
The graphics processing unit (GPU) is designed to transform indexed vertices and store them in a vertex cache. If you are using meshes, Mesh.Optimize may result in better vertex cache utilization.
Send comments about this topic to Microsoft. © Microsoft Corporation. All rights reserved.
Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center