[]
ID3D11Texture2D
[Guid("6f15aaf2-d208-4e89-9ab4-489535d34f9c")]
public class Texture2D : Resource, IDisposable, IUnknown
Name | Description |
---|---|
Texture2D(IntPtr) | Initializes a new instance of the Texture2D class. |
Name | Description |
---|---|
Description | GetDescription |
Name | Description |
---|---|
CalculateSubResourceIndex(int, int, out int) | Calculates the sub resource index for a particular mipSlice and arraySlice. |
Create(Device, Texture2DDescription, DataBox[]) | Initializes a new instance of the Texture2D class. |
Create(Device, Texture2DDescription, params DataRectangle[]) | Initializes a new instance of the Texture2D class. |
Create(Device, ref Texture2DDescription) | Initializes a new instance of the Texture2D class. |
GetDescription(out Texture2DDescription) | void ID3D11Texture2D::GetDesc([Out] D3D11_TEXTURE2D_DESC* pDesc) |
Name | Description |
---|---|
explicit operator Texture2D(IntPtr) |