[]
D3D11_TEXTURE3D_DESC
public struct Texture3DDescription
| Name | Description |
|---|---|
| Texture3DDescription(Format, int, int, int, int, BindFlags, ResourceUsage, CpuAccessFlags, ResourceMiscFlags) | Initializes a new instance of the Texture3DDescription struct. |
| Name | Description |
|---|---|
| BindFlags | D3D11_BIND_FLAG BindFlags |
| CpuAccessFlags | D3D11_CPU_ACCESS_FLAG CPUAccessFlags |
| Depth | unsigned int Depth |
| Format | DXGI_FORMAT Format |
| Height | unsigned int Height |
| MipLevels | unsigned int MipLevels |
| MiscFlags | D3D11_RESOURCE_MISC_FLAG MiscFlags |
| Usage | D3D11_USAGE Usage |
| Width | unsigned int Width |