SetTargets Method (StreamOutputStage)
In This Topic
Set the target output buffers for the stream-output stage of the pipeline.
Overload List
Overload | Description |
SetTargets(StreamOutputBufferBinding[]) | Set the target output {{buffers}} for the {{StreamOutput}} stage, which enables/disables the pipeline to stream-out data. |
SetTargets(Int32,IntPtr,IntPtr) | void ID3D11DeviceContext::SOSetTargets([In] unsigned int NumBuffers,[In, Buffer, Optional] const void** ppSOTargets,[In, Buffer, Optional] const void* pOffsets) |
See Also