Packages
 In this topic

*Fields

 

Packages   PreviousThis PackageNext
Package com.ms.directX   Previous This
Package
Next

 


Class D3dStats

public final class D3dStats
{
  // Fields
  public int linesDrawn;
  public int pointsDrawn;
  public int spansDrawn;
  public int trianglesDrawn;
  public int verticesProcessed;
}

Contains statistics used by the getStats method.

See also Direct3dDevice.

Fields

linesDrawn
Number of lines drawn since the device was created.
pointsDrawn
Number of points drawn since the device was created.
spansDrawn
Number of spans drawn since the device was created.
trianglesDrawn
Number of triangles drawn since the device was created.
verticesProcessed
Number of vertices processed since the device was created.

upnrm.gif © 1998 Microsoft Corporation. All rights reserved. Terms of use.