Fixed #682
This commit is contained in:
parent
67f1c2904c
commit
7bd8b0753d
1 changed files with 1 additions and 2 deletions
|
|
@ -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();
|
||||
|
|
@ -831,4 +830,4 @@ public:
|
|||
}
|
||||
};
|
||||
|
||||
VULKAN_EXAMPLE_MAIN()
|
||||
VULKAN_EXAMPLE_MAIN()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue