The following tables list the members exposed by Resource1.
Public Properties
Public Methods
| | Name | Description |
 | CreateSharedHandle | Overloaded. Creates a handle to a shared resource. You can then use the returned handle with multiple Direct3D devices. |
 | CreateSubresourceSurface2 | HRESULT IDXGIResource1::CreateSubresourceSurface([In] unsigned int index,[Out, Fast] IDXGISurface2** ppSurface) |
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from C1.Util.DX.DisposeBase) |
 | GetDevice | Overloaded. Retrieves the device. (Inherited from C1.Util.DX.DXGI.DeviceChild) |
 | GetEvictionPriority | HRESULT IDXGIResource::GetEvictionPriority([Out] unsigned int* pEvictionPriority) (Inherited from C1.Util.DX.DXGI.Resource) |
 | GetParent | Overloaded. Gets the parent of the object. (Inherited from C1.Util.DX.DXGI.DXGIObject) |
 | GetPrivateData | HRESULT IDXGIObject::GetPrivateData([In] const GUID& Name,[InOut] unsigned int* pDataSize,[Out, Buffer] void* pData) (Inherited from C1.Util.DX.DXGI.DXGIObject) |
 | GetSharedHandle | HRESULT IDXGIResource::GetSharedHandle([Out] void** pSharedHandle) (Inherited from C1.Util.DX.DXGI.Resource) |
 | GetUsage | HRESULT IDXGIResource::GetUsage([Out] unsigned int* pUsage) (Inherited from C1.Util.DX.DXGI.Resource) |
 | QueryInterface | Overloaded. Query this instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
 | QueryInterfaceOrNull | Overloaded. Query instance for a particular COM GUID/interface support. (Inherited from C1.Util.DX.ComObject) |
 | SetEvictionPriority | HRESULT IDXGIResource::SetEvictionPriority([In] unsigned int EvictionPriority) (Inherited from C1.Util.DX.DXGI.Resource) |
 | SetPrivateData | HRESULT IDXGIObject::SetPrivateData([In] const GUID& Name,[In] unsigned int DataSize,[In, Buffer] const void* pData) (Inherited from C1.Util.DX.DXGI.DXGIObject) |
 | SetPrivateDataInterface | HRESULT IDXGIObject::SetPrivateDataInterface([In] const GUID& Name,[In] const IUnknown* pUnknown) (Inherited from C1.Util.DX.DXGI.DXGIObject) |
Top
Public Events
See Also