[]
ID3D11DeviceContext
[Guid("c0bfa96c-e089-44fb-8eaf-26f8796190da")]
public class StreamOutputStage : CppObject, IDisposable
Name | Description |
---|---|
StreamOutputStage(IntPtr) | Initializes a new instance of the StreamOutputStage class. |
Name | Description |
---|---|
GetTargets(int) | Get the target output {{buffers}} for the {{StreamOutput}} stage of the pipeline. |
GetTargets(int, Buffer[]) | void ID3D11DeviceContext::SOGetTargets([In] unsigned int NumBuffers,[Out, Buffer, Optional] ID3D11Buffer** ppSOTargets) |
SetTarget(Buffer, int) | Sets the stream output targets bound to the StreamOutput stage. |
SetTargets(StreamOutputBufferBinding[]) | Set the target output {{buffers}} for the {{StreamOutput}} stage, which enables/disables the pipeline to stream-out data. |
SetTargets(int, IntPtr, IntPtr) | void ID3D11DeviceContext::SOSetTargets([In] unsigned int NumBuffers,[In, Buffer, Optional] const void** ppSOTargets,[In, Buffer, Optional] const void* pOffsets) |
Name | Description |
---|---|
explicit operator StreamOutputStage(IntPtr) | Performs an explicit conversion from IntPtr to StreamOutputStage. |