[]
        
(Showing Draft Content)

C1.Util.DX.Direct3D11.ResourceView

ResourceView Class

ID3D11View

Implements
Namespace: C1.Util.DX.Direct3D11
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("839d1216-bb2e-412b-b7f4-a9dbebe08ed1")]
public class ResourceView : DeviceChild, IDisposable, IUnknown

Constructors

Name Description
ResourceView(IntPtr)

Initializes a new instance of the ResourceView class.

Properties

Name Description
Resource

Get the resource that is accessed through this view.

Methods

Name Description
GetResource()

void ID3D11View::GetResource([Out] void** ppResource)

ResourceAs<T>()

Get the resource that is accessed through this view.

Operators

Name Description
explicit operator ResourceView(IntPtr)

Performs an explicit conversion from IntPtr to ResourceView.