The following tables list the members exposed by Resource.
Public Fields
Public Properties
Public Methods
| | Name | Description |
  | CalculateMipSize | Calculates the resulting size at a single level for an original size. |
 | CalculateSubResourceIndex | Calculates the sub resource index for a particular mipSlice and arraySlice. |
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from C1.Util.DX.DisposeBase) |
  | FromSwapChain<T> | Gets a swap chain back buffer. |
 | GetDevice | void ID3D11DeviceChild::GetDevice([Out] ID3D11Device** ppDevice) (Inherited from C1.Util.DX.Direct3D11.DeviceChild) |
 | GetDimension | void ID3D11Resource::GetType([Out] D3D11_RESOURCE_DIMENSION* pResourceDimension) |
 | GetEvictionPriority | unsigned int ID3D11Resource::GetEvictionPriority() |
 | GetPrivateData | HRESULT ID3D11DeviceChild::GetPrivateData([In] const GUID& guid,[InOut] unsigned int* pDataSize,[Out, Buffer, Optional] void* pData) (Inherited from C1.Util.DX.Direct3D11.DeviceChild) |
 | 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 | void ID3D11Resource::SetEvictionPriority([In] unsigned int EvictionPriority) |
 | SetPrivateData | HRESULT ID3D11DeviceChild::SetPrivateData([In] const GUID& guid,[In] unsigned int DataSize,[In, Buffer, Optional] const void* pData) (Inherited from C1.Util.DX.Direct3D11.DeviceChild) |
 | SetPrivateDataInterface | HRESULT ID3D11DeviceChild::SetPrivateDataInterface([In] const GUID& guid,[In, Optional] const IUnknown* pData) (Inherited from C1.Util.DX.Direct3D11.DeviceChild) |
  | SubResourceIndexFromMipLevel | Calculates the sub resource index from a miplevel. |
Top
Public Events
See Also