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.
public void setExecuteData(D3dExecuteData data);
data | A D3dExecuteData object that describes the execute buffer layout. |
This call fails if the Direct3dExecuteBuffer object is locked.