Package com.ms.com.directX |
|
 Previous |
 Microsoft Packages |
 Index |
 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 of this class, in bytes.
- dwFlags
- One or more values of D3DDEB_ type, identifying the fields of this class that contain valid data.
- dwCaps
- A value of D3DDEBCAPS_ type, 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.