Home -> IDataArray -> AddOutputCaptureTarget
Description
The AddOutputCaptureTarget method adds the specified output capture target to this data array. This allows data written to the array from within shader programs to be retrieved by the application.
Usage
void AddOutputCaptureTarget(IDataArrayOutput* captureTarget);
Argument list
- captureTarget [IDataArrayOutput*]
- The output capture target to attach to this data array.