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