Microsoft SDK for Java

D3dExecuteData Class

The D3dExecuteData Class of the com.ms.directX package specifies data for the execute method. When this method is called and the transformation has been done, the instruction list starting at the value specified in the instructionOffset field is parsed and rendered.

public final class D3dExecuteData
{
  // Fields
  public int flags;
  public int homogenousVertexOffset;
  public int instructionLength;
  public int instructionOffset;
  public int status;
  public int vertexCount;
  public int vertexOffset;
  public int x1;
  public int x2;
  public int y1;
  public int y2;
}

See Also

Direct3dDevice.

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