14 lines
246 B
Markdown
14 lines
246 B
Markdown
# D3D12Device::IsDeviceRemoved
|
|
|
|
检查设备是否已被移除。
|
|
|
|
```cpp
|
|
bool IsDeviceRemoved() const { return m_isDeviceRemoved; }
|
|
```
|
|
|
|
**返回:** `bool` - 设备已移除返回 true
|
|
|
|
## 相关文档
|
|
|
|
- [D3D12Device 总览](d3d12-device.md)
|