[]
        
(Showing Draft Content)

C1.Util.DX.DXGI.Surface2

Surface2 Class

IDXGISurface2

Implements
Namespace: C1.Util.DX.DXGI
Assembly: C1.Win.C1DX.4.8.dll
Syntax
[Guid("aba496dd-b617-4cb8-a866-bc44d7eb1fa2")]
public class Surface2 : Surface1, IDisposable, IUnknown

Constructors

Name Description
Surface2(IntPtr)

Initializes a new instance of the Surface2 class.

Methods

Name Description
Create(Resource1, int)

Initializes a new sub resource surface instance of Surface2 class.

GetResource(Guid, out IntPtr, out int)

HRESULT IDXGISurface2::GetResource([In] const GUID& riid,[Out] void** ppParentResource,[Out] unsigned int* pSubresourceIndex)

Operators

Name Description
explicit operator Surface2(IntPtr)

Performs an explicit conversion from IntPtr to Surface2.