コード例 #1
0
 public byte GetPlaneCount(ID3D12Device device)
 {
     return(device.GetFormatPlaneCount(Format));
 }