Share via


BandwidthTimings.TriangleSetupRateUtilizedPercent Property (Microsoft.DirectX.Direct3D)

Retrieves the triangle set-up throughput percentage. This is the number of triangles that are set-up for rasterization compared to the theoretical maximum triangle set-up rate.

Definition

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

Property Value

System.Single
A SingleLeave Site value that represents the triangle set-up throughput percentage.

This property is read-only.