Skip to content

Commit

Permalink
Add lock extern declaration
Browse files Browse the repository at this point in the history
  • Loading branch information
solidpixel committed Dec 2, 2024
1 parent 9558041 commit 45775c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions source_common/framework/entry_utils.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
#include "device_dispatch_table.hpp"
#include "device_functions.hpp"

extern std::mutex g_vulkanLock;

#define VK_LAYER_EXPORT __attribute__((visibility("default")))

Expand Down

0 comments on commit 45775c1

Please sign in to comment.