Microsoft SDK for Java

setExecuteData

This method of the Direct3dExecuteBuffer Class sets the execute data state of the Direct3dExecuteBuffer object. The execute data is used to describe the contents of the object.

Syntax

public void setExecuteData(D3dExecuteData data);

Parameters

data A D3dExecuteData object that describes the execute buffer layout.

Remarks

This call fails if the Direct3dExecuteBuffer object is locked.

See Also

getExecuteData

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