This commit is contained in:
Yunju Lee 2020-03-15 11:04:13 -04:00
parent 67f1c2904c
commit 7bd8b0753d

View file

@ -110,7 +110,6 @@ public:
vkDestroyPipeline(device, compute.pipeline, nullptr);
vkDestroySemaphore(device, compute.semaphore, nullptr);
vkDestroyCommandPool(device, compute.commandPool, nullptr);
vkDestroyCommandPool(device, compute.commandPool, nullptr);
textures.particle.destroy();
textures.gradient.destroy();