Initializing Vulkan Context

This commit is contained in:
2018-08-06 21:34:16 -07:00
parent db13a05a7e
commit 6f8a99f543
5 changed files with 268 additions and 213 deletions

View File

@@ -103,6 +103,8 @@ using std::unordered_map;
using std::unordered_multimap;
using std::hash;
#include <vulkan/vulkan.h>
#if defined(_WIN32) || defined(_WIN64)
#include <mutex>