Files
XCEngine/docs/api/XCEngine/RHI/D3D12/D3D12DescriptorSet/Unbind.md

321 B

D3D12DescriptorSet::Unbind

void Unbind() override;

作用

抽象层保留的解绑入口。

当前实现行为

当前实现为空,不会主动清理 root signature、descriptor heap 或 descriptor table 绑定。

相关文档