Package com.ms.com.directX Previous
Previous
Microsoft Packages
Microsoft Packages
Index
Index
Next
Next

Class d3dstats

public final class d3dstats {
  public int dwSize;
  public int dwTrianglesDrawn;
  public int dwLinesDrawn;
  public int dwPointsDrawn;
  public int dwSpansDrawn;
  public int dwVerticesProcessed;
}

Contains statistics used by the GetStats method.

See also d3dDevice.

Fields

dwSize
Size, in bytes, of this class.
dwTrianglesDrawn, dwLinesDrawn, dwPointsDrawn, and dwSpansDrawn
Number of triangles, lines, points, and spans drawn since the device was created.
dwVerticesProcessed
Number of vertices processed since the device was created.


© 1996 Microsoft Corporation. All rights reserved.