[]
        
(Showing Draft Content)

GrapeCity.Documents.DX.Direct3D11.ResourceView

ResourceView Class

ID3D11View

Implements
Namespace: GrapeCity.Documents.DX.Direct3D11
Assembly: GcDocs.DX.Windows.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.