Class D3D11View
A view interface specifies the parts of a resource the pipeline can access during rendering.
Inheritance
D3D11View
Implements
Inherited Members
Namespace: JeremyAnsel.DirectX.D3D11
Assembly: JeremyAnsel.DirectX.D3D11.dll
Syntax
[SecurityCritical]
public class D3D11View : D3D11DeviceChild, IDisposable
Constructors
| Edit this page View SourceD3D11View(nint)
Initializes a new instance of the D3D11View class.
Declaration
public D3D11View(nint comPtr)
Parameters
| Type | Name | Description |
|---|---|---|
| nint | comPtr |
Fields
| Edit this page View SourceD3D11ViewGuid
The interface GUID.
Declaration
public static readonly Guid D3D11ViewGuid
Field Value
| Type | Description |
|---|---|
| Guid |
Methods
| Edit this page View SourceGetResource()
Gets the resource that is accessed through this view.
Declaration
public D3D11Resource GetResource()
Returns
| Type | Description |
|---|---|
| D3D11Resource | The resource that is accessed through this view. |