Fixed typos

This commit is contained in:
Sascha Willems 2020-08-09 13:48:49 +02:00
parent fd5f50f298
commit 2898671f40
9 changed files with 17 additions and 19 deletions

View file

@ -128,7 +128,7 @@ public:
vkDestroyRenderPass(device, offscreenPass.renderPass, nullptr);
// Pipelibes
// Pipelines
vkDestroyPipeline(device, pipelines.scene, nullptr);
vkDestroyPipeline(device, pipelines.offscreen, nullptr);
vkDestroyPipeline(device, pipelines.cubemapDisplay, nullptr);