[]
ID3D11RenderTargetView
[Guid("dfdba067-0b8d-4865-875b-d7b4516cc164")]
public class RenderTargetView : ResourceView, IDisposable, IUnknown
| Name | Description |
|---|---|
| RenderTargetView(IntPtr) | Initializes a new instance of the RenderTargetView class. |
| Name | Description |
|---|---|
| Description | GetDescription |
| Name | Description |
|---|---|
| Create(Device, Resource) | Creates a RenderTargetView for accessing resource data. |
| Create(Device, Resource, RenderTargetViewDescription) | Creates a RenderTargetView for accessing resource data. |
| GetDescription(out RenderTargetViewDescription) | void ID3D11RenderTargetView::GetDesc([Out] D3D11_RENDER_TARGET_VIEW_DESC* pDesc) |
| Name | Description |
|---|---|
| explicit operator RenderTargetView(IntPtr) | Performs an explicit conversion from IntPtr to RenderTargetView. |