typedef struct D3D12_TILE_REGION_SIZE { UINT NumTiles; BOOL UseBox; UINT Width; UINT16 Height; UINT16 Depth; } D3D12_TILE_REGION_SIZE; 成员NumTiles平铺区域中的磁贴数。UseBox指定运行时是否使用 Width、 Height 和Depth 成员来定义区域。如果...