Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

ID3D10RenderTargetView interface

A render-target-view interface identifies the render-target subresources that can be accessed during rendering.

Members

The ID3D10RenderTargetView interface inherits from ID3D10View. ID3D10RenderTargetView also has these types of members:

Methods

The ID3D10RenderTargetView interface has these methods.

MethodDescription
GetDesc

Get the properties of a render target view.

 

Remarks

To create a render-target view, call ID3D10Device::CreateRenderTargetView. To bind a render-target view to the pipeline, call ID3D10Device::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

Header

D3D10.h

Library

D3D10.lib

See also

ID3D10View
Resource Interfaces

 

 

Show:
© 2017 Microsoft