Docs: Add D3D12 API documentation
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
# D3D12Device::GetDescriptorHandleIncrementSize
|
||||
|
||||
获取指定类型描述符堆的增量大小。
|
||||
|
||||
```cpp
|
||||
UINT GetDescriptorHandleIncrementSize(DescriptorHeapType type) const;
|
||||
```
|
||||
|
||||
**参数:**
|
||||
- `type` - 描述符堆类型
|
||||
|
||||
**返回:** `UINT` - 描述符增量大小(字节)
|
||||
|
||||
## 相关文档
|
||||
|
||||
- [D3D12Device 总览](d3d12-device.md)
|
||||
Reference in New Issue
Block a user