Skip to content

Commit

Permalink
Moving two vulkan-hpp includes a bit down, namely:
Browse files Browse the repository at this point in the history
#include <vulkan/vulkan_enums.hpp>
#include <vulkan/vulkan_structs.hpp>
  • Loading branch information
johannesugb committed Apr 12, 2024
1 parent 4aaeb37 commit d06ff39
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/avk.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
#include <vulkan/vulkan_enums.hpp>
#include <vulkan/vulkan_structs.hpp>
#define NOMINMAX
#include <avk/avk_log.hpp>
#include "avk/avk.hpp"
Expand All @@ -13,6 +11,9 @@
#endif
#endif

#include <vulkan/vulkan_enums.hpp>
#include <vulkan/vulkan_structs.hpp>

namespace avk
{
#pragma region root definitions
Expand Down

0 comments on commit d06ff39

Please sign in to comment.