BandwidthTimings.MaxBandwidthUtilized Property

Language:

Retrieves the bandwidth or maximum data transfer rate from the host CPU to the graphics processing unit (GPU). This is typically the bandwidth of the Peripheral Component Interconnect (PCI) or accelerated graphics port (AGP) bus which connects the CPU and the GPU.

Definition

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

Property Value

System.Single
A Single Leave Site value that represents the bandwidth or maximum data transfer rate from the host CPU to the GPU.

This property is read-only. 

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