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