Skip to content

Commit

Permalink
minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Rinzii committed Aug 18, 2023
1 parent 4053092 commit 5096dcb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions engine/src/graphics/vkHelpers.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
#endif
#include <spirv_cross.hpp>
#include <spirv_hlsl.hpp>
#include "logger/log.hpp"

#if (VULKAN_HPP_DISPATCH_LOADER_DYNAMIC == 1)
// NOLINTNEXTLINE
Expand Down Expand Up @@ -71,7 +70,7 @@ namespace vk::util
{

// When in non-debug mode, use the InstanceCreateInfo for instance creation.
vk::StructureChain<vk::InstanceCreateInfo> const instanceCreateInfo({{}, &appInfo, layers, extensions});
vk::StructureChain<vk::InstanceCreateInfo> instanceCreateInfo({{}, &appInfo, layers, extensions});

return instanceCreateInfo;
}
Expand Down

0 comments on commit 5096dcb

Please sign in to comment.