Files
XCEngine/docs/api/rhi/d3d12/device/is-device-removed.md

15 lines
316 B
Markdown
Raw Normal View History

2026-03-20 02:35:45 +08:00
# D3D12Device::IsDeviceRemoved
```cpp
bool IsDeviceRemoved() const;
```
查询设备是否已移除。
**返回:** 设备已移除返回 `true`,否则返回 `false`
## 相关文档
- [D3D12Device 总览](device.md) - 返回类总览
- [SetDeviceRemoved](set-device-removed.md) - 设置设备已移除标记