[Vulkan] Update to Vulkan 1.1
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user