D3D12_MIP_REGION 構造体 (d3d12.h)
ミップ領域のディメンションについて説明します。
構文
typedef struct D3D12_MIP_REGION {
UINT Width;
UINT Height;
UINT Depth;
} D3D12_MIP_REGION;
メンバー
Width
ミップ領域の幅。
Height
ミップ領域の高さ。
Depth
ミップ領域の深さ。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 10 ビルド 20348 |
サポートされている最小のサーバー | Windows 10 ビルド 20348 |
Header | d3d12.h |