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

Class d3dExecuteBufferDesc

public final class d3dExecuteBufferDesc {
  public int dwSize;
  public int dwFlags;
  public int dwCaps;
  public int dwBufferSize;
  public int lpData;
  public int lpJava;
}

Describes the execute buffer for such methods as CreateExecuteBuffer and Lock.

See also d3dDevice, d3dExecuteBuffer.

Fields

dwSize
Size, in bytes, of this class.
dwFlags
One or more D3DDEB_ values identifying the fields of this class that contain valid data.
dwCaps
A D3DDEBCAPS_ value specifying the location in memory of the execute buffer.
dwBufferSize
Size of the execute buffer, in bytes.
lpData
Identifier representing the buffer data.
lpJava
Identifier representing the initial buffer data.


© 1997 Microsoft Corporation. All rights reserved. Terms of Use.