Packages
 In this topic

*Fields

 

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

 


Class D3dExecuteBufferDesc

public final class D3dExecuteBufferDesc
{
  // Fields
  public int bufferSize;
  public int caps;
  public int flags;
}

Describes the execute buffer for such methods as createExecuteBuffer and lock.

See also Direct3dDevice, Direct3dExecuteBuffer.

Fields

bufferSize
Size of the execute buffer, in bytes.
caps
A value of D3DDEBCAPS_ type, specifying the location in memory of the execute buffer.
flags
One or more values of D3DDEB_ type, identifying the fields of this class that contain valid data.

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