[Vulkan] Update to Vulkan 1.1

This commit is contained in:
Dr. Chat
2018-05-04 17:40:21 -05:00
parent 1b006707f4
commit 93b4c7133b
23 changed files with 8392 additions and 43839 deletions

View File

@@ -26,9 +26,6 @@
#include "third_party/volk/volk.h"
#include "third_party/vulkan/vulkan.h"
// NOTE: header order matters here, unfortunately:
#include "third_party/vulkan/vk_lunarg_debug_marker.h"
#define XELOGVK XELOGI
DECLARE_bool(vulkan_validation);

View File

@@ -31,7 +31,7 @@
#include "xenia/ui/window_gtk.h"
#endif
#define VK_API_VERSION VK_API_VERSION_1_0
#define VK_API_VERSION VK_API_VERSION_1_1
namespace xe {
namespace ui {