Bagikan melalui


struktur D3D12_MIP_REGION (d3d12.h)

Menjelaskan dimensi wilayah mip.

Sintaks

typedef struct D3D12_MIP_REGION {
  UINT Width;
  UINT Height;
  UINT Depth;
} D3D12_MIP_REGION;

Anggota

Width

Lebar wilayah mip.

Height

Tinggi wilayah mip.

Depth

Kedalaman wilayah mip.

Persyaratan

Persyaratan Nilai
Klien minimum yang didukung Windows 10 Build 20348
Server minimum yang didukung Windows 10 Build 20348
Header d3d12.h

Lihat juga