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

Function DestroyQueryPool

Source/Validation/ImplVal.cpp:238–243  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

236}
237
238static void NRI_CALL DestroyQueryPool(QueryPool& queryPool) {
239 if (!(&queryPool))
240 return;
241
242 GetDeviceVal(queryPool).DestroyQueryPool(queryPool);
243}
244
245static void NRI_CALL DestroyFence(Fence& fence) {
246 if (!(&fence))

Callers

nothing calls this directly

Calls 1

DestroyQueryPoolMethod · 0.80

Tested by

no test coverage detected