PipelineTimings.OtherGpuProcessingTimePercent Property (Microsoft.DirectX.Direct3D)

Retrieves the percentage of time spent doing other processing.

Definition

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

Property Value

System.Single
A SingleLeave Site that represents the percentage of time spent doing other processing.

This property is read-only.