Fixed typos
This commit is contained in:
parent
fd5f50f298
commit
2898671f40
9 changed files with 17 additions and 19 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue