[]
ID3D11Texture3D
[Guid("037e866e-f56d-4357-a8af-9dabbe6e250e")]
public class Texture3D : Resource, IDisposable, IUnknown
Name | Description |
---|---|
Texture3D(IntPtr) | Initializes a new instance of the Texture3D 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, Texture3DDescription, DataBox[]) | Initializes a new instance of the Texture3D class. |
Create(Device, ref Texture3DDescription) | Initializes a new instance of the Texture3D class. |
GetDescription(out Texture3DDescription) | void ID3D11Texture3D::GetDesc([Out] D3D11_TEXTURE3D_DESC* pDesc) |
Name | Description |
---|---|
explicit operator Texture3D(IntPtr) |