GetRenderTargets Method
GetRenderTargets()
Get references to the render targets that are available to the {{output-merger stage}}.
Declaration
public DepthStencilView GetRenderTargets()
Returns
GetRenderTargets(int)
Get references to the render targets that are available to the {{output-merger stage}}.
Declaration
public RenderTargetView[] GetRenderTargets(int numViews)
Parameters
Type |
Name |
Description |
int |
numViews |
|
Returns
GetRenderTargets(int, out DepthStencilView)
Get references to the render targets and the depth-stencil buffer that are available to the {{output-merger stage}}.
Declaration
public RenderTargetView[] GetRenderTargets(int numViews, out DepthStencilView depthStencilViewRef)
Parameters
Returns
GetRenderTargets(int, RenderTargetView[])
void ID3D11DeviceContext::OMGetRenderTargets([In] unsigned int NumViews,[Out, Buffer, Optional] ID3D11RenderTargetView** ppRenderTargetViews,[Out, Optional] ID3D11DepthStencilView** ppDepthStencilView)
Declaration
public DepthStencilView GetRenderTargets(int numViews, RenderTargetView[] renderTargetViewsOut)
Parameters
Returns