16 lines
267 B
Markdown
16 lines
267 B
Markdown
|
|
# D3D12DescriptorHeap::GetDescriptorCount
|
||
|
|
|
||
|
|
```cpp
|
||
|
|
uint32_t GetDescriptorCount() const override;
|
||
|
|
```
|
||
|
|
|
||
|
|
获取描述符数量。
|
||
|
|
|
||
|
|
**返回:** 描述符数量
|
||
|
|
|
||
|
|
**复杂度:** O(1)
|
||
|
|
|
||
|
|
## 相关文档
|
||
|
|
|
||
|
|
- [D3D12DescriptorHeap 总览](descriptor-heap.md) - 返回类总览
|