mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 21:30:53 +00:00
Destroy query pools on shutdown
This commit is contained in:
@@ -513,6 +513,9 @@ void main(void)
|
||||
|
||||
vkDeviceWaitIdle(device);
|
||||
|
||||
vkDestroyQueryPool(device, compactedPool, NULL);
|
||||
vkDestroyQueryPool(device, serialisedPool, NULL);
|
||||
|
||||
vkDestroyAccelerationStructureKHR(device, newBlas, NULL);
|
||||
vkDestroyAccelerationStructureKHR(device, tlas, NULL);
|
||||
vkDestroyAccelerationStructureKHR(device, blas, NULL);
|
||||
|
||||
Reference in New Issue
Block a user