BandwidthTimings.VertexRateUtilizedPercent Property (Microsoft.DirectX.Direct3D)

Retrieves the vertex throughput percentage. This is the number of vertices processed compared to the theoretical maximum vertex processing rate. A high percentage is the target.

Definition

Visual Basic Public ReadOnly Property VertexRateUtilizedPercent As Single
C# public float VertexRateUtilizedPercent { get; }
C++ public:
property float VertexRateUtilizedPercent {
        float get();
}
JScript public function get VertexRateUtilizedPercent() : float

Property Value

System.Single
A SingleLeave Site value that represents the vertex throughput percentage.

This property is read-only.