[]
ID3D11View
[Guid("839d1216-bb2e-412b-b7f4-a9dbebe08ed1")]
public class ResourceView : DeviceChild, IDisposable, IUnknown
| Name | Description |
|---|---|
| ResourceView(IntPtr) | Initializes a new instance of the ResourceView class. |
| Name | Description |
|---|---|
| Resource | Get the resource that is accessed through this view. |
| Name | Description |
|---|---|
| GetResource() | void ID3D11View::GetResource([Out] void** ppResource) |
| ResourceAs<T>() | Get the resource that is accessed through this view. |
| Name | Description |
|---|---|
| explicit operator ResourceView(IntPtr) | Performs an explicit conversion from IntPtr to ResourceView. |