MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NRI / DestroyDescriptorPool

Function DestroyDescriptorPool

Source/Validation/ImplVal.cpp:196–201  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

194}
195
196static void NRI_CALL DestroyDescriptorPool(DescriptorPool& descriptorPool) {
197 if (!(&descriptorPool))
198 return;
199
200 GetDeviceVal(descriptorPool).DestroyDescriptorPool(descriptorPool);
201}
202
203static void NRI_CALL DestroyBuffer(Buffer& buffer) {
204 if (!(&buffer))

Callers

nothing calls this directly

Calls 1

DestroyDescriptorPoolMethod · 0.80

Tested by

no test coverage detected