The following tables list the members exposed by Texture2D.
| Name | Description |
 | CalculateSubResourceIndex | Overridden. Calculates the sub resource index for a particular mipSlice and arraySlice. |
  | Create | Overloaded. Initializes a new instance of the Texture2D class. |
 | Dispose | Overloaded. Clean up any resources being used. (Inherited from C1.Util.DX.Direct3D11.DeviceChild) |
 | GetDescription | void ID3D11Texture2D::GetDesc([Out] D3D11_TEXTURE2D_DESC* pDesc) |
 | GetDevice | void ID3D11DeviceChild::GetDevice([Out] ID3D11Device** ppDevice) (Inherited from C1.Util.DX.Direct3D11.DeviceChild) |
 | GetDimension | void ID3D11Resource::GetType([Out] D3D11_RESOURCE_DIMENSION* pResourceDimension) (Inherited from C1.Util.DX.Direct3D11.Resource) |
 | GetEvictionPriority | unsigned int ID3D11Resource::GetEvictionPriority() (Inherited from C1.Util.DX.Direct3D11.Resource) |
 | 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) (Inherited from C1.Util.DX.Direct3D11.Resource) |
 | 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) |
Top