CacheUtilization.PostTransformVertexCacheHitRate Property

Language:

Retrieves the hit rate for finding transformed vertices in the vertex cache.

Definition

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

Property Value

System.Single
A Single Leave Site value that represents the hit rate for finding transformed vertices in the vertex cache.

This property is read-only. 

Remarks

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