Microsoft DirectX 9.0 SDK Update (October 2004)

BandwidthTimings.MaxBandwidthUtilized Property

Language:

Note: This documentation is preliminary and is subject to change.

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 graphics processing unit (GPU).

Definition

Visual Basic .NET Public ReadOnly Property MaxBandwidthUtilized As Single
C# public float MaxBandwidthUtilized { get; }
Managed C++ public: __property float get_MaxBandwidthUtilized();
JScript .NET 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 graphics processing unit (GPU).

This property is read-only. 

© 2004 Microsoft Corporation. All rights reserved. Terms of use.

Feedback? Please provide us with your comments on this topic.
For more help, visit the DirectX Developer Center