Minor code cleanup
This commit is contained in:
parent
3d641ac5cd
commit
2cb468dd84
2 changed files with 11 additions and 11 deletions
|
|
@ -1,7 +1,7 @@
|
|||
/*
|
||||
* Vulkan Example - glTF skinned animation
|
||||
*
|
||||
* Copyright (C) 2020-2023 by Sascha Willems - www.saschawillems.de
|
||||
* Copyright (C) 2020-2024 by Sascha Willems - www.saschawillems.de
|
||||
*
|
||||
* This code is licensed under the MIT license (MIT) (http://opensource.org/licenses/MIT)
|
||||
*/
|
||||
|
|
@ -202,7 +202,7 @@ class VulkanExample : public VulkanExampleBase
|
|||
} values;
|
||||
} shaderData;
|
||||
|
||||
VkPipelineLayout pipelineLayout;
|
||||
VkPipelineLayout pipelineLayout{ VK_NULL_HANDLE };
|
||||
struct Pipelines
|
||||
{
|
||||
VkPipeline solid{ VK_NULL_HANDLE };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue