Skip to content

Commit

Permalink
MSVC workaround.
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Aug 19, 2024
1 parent 7e5c59e commit 1b22d3c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions interface/commands.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ module;
#endif

#include <vulkan/vulkan_hpp_macros.hpp>
#ifdef _MSC_VER
#include <vulkan/vulkan_hash.hpp> // std::hash<vk::Queue>. TODO: why vulkan_hpp does not export it?
#endif

export module vku:commands;

Expand Down

0 comments on commit 1b22d3c

Please sign in to comment.