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

14 lines
246 B
Markdown
Raw Normal View History

2026-03-20 19:43:28 +08:00
# D3D12Device::IsDeviceRemoved
检查设备是否已被移除。
```cpp
bool IsDeviceRemoved() const { return m_isDeviceRemoved; }
```
**返回:** `bool` - 设备已移除返回 true
## 相关文档
- [D3D12Device 总览](d3d12-device.md)