Microsoft SDK for Java

D3dStats Class

The D3dStats Class of the com.ms.directX package contains statistics used by the getStats method.

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

See Also

Direct3dDevice

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