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

Function DestroyCommandBuffer

Source/Validation/ImplVal.cpp:189–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

187}
188
189static void NRI_CALL DestroyCommandBuffer(CommandBuffer& commandBuffer) {
190 if (!(&commandBuffer))
191 return;
192
193 GetDeviceVal(commandBuffer).DestroyCommandBuffer(commandBuffer);
194}
195
196static void NRI_CALL DestroyDescriptorPool(DescriptorPool& descriptorPool) {
197 if (!(&descriptorPool))

Callers

nothing calls this directly

Calls 1

DestroyCommandBufferMethod · 0.80

Tested by

no test coverage detected