ID3D11RenderTargetView interface
A render-target-view interface identifies the render-target subresources that can be accessed during rendering.
Members
The ID3D11RenderTargetView interface inherits from ID3D11View. ID3D11RenderTargetView also has these types of members:
Methods
The ID3D11RenderTargetView interface has these methods.
| Method | Description |
|---|---|
| GetDesc |
Get the properties of a render target view. |
Remarks
To create a render-target view, call ID3D11Device::CreateRenderTargetView. To bind a render-target view to the pipeline, call ID3D11DeviceContext::OMSetRenderTargets.
A rendertarget is a resource that can be written by the output-merger stage at the end of a render pass. Each render-target should also have a corresponding depth-stencil view.
Requirements
|
Minimum supported client |
Windows 7 [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows Server 2008 R2 [desktop apps | Windows Store apps] |
|
Minimum supported phone |
Windows Phone 8 |
|
Header |
|
|
Library |
|
See also