[]
ID3D11View
[Guid("839d1216-bb2e-412b-b7f4-a9dbebe08ed1")]
public class ResourceView : DeviceChild, IDisposable, IUnknown
Initializes a new instance of the ResourceView class.
public ResourceView(IntPtr nativePtr)
nativePtr
System.IntPtrThe native pointer.
Get the resource that is accessed through this view.
public Resource Resource { get; }
void ID3D11View::GetResource([Out] void** ppResource)
public IntPtr GetResource()
Get the resource that is accessed through this view.
public T ResourceAs<T>() where T : Resource
T
Performs an explicit conversion from System.IntPtr to ResourceView.
public static explicit operator ResourceView(IntPtr nativePointer)
nativePointer
System.IntPtr