Update #include statements

This commit is contained in:
baldurk
2015-12-09 15:04:03 +01:00
parent 506abdb2d6
commit 865ad8431d
3 changed files with 5 additions and 7 deletions
+3 -5
View File
@@ -43,11 +43,9 @@
#include <xcb/xcb.h>
#endif
#include <vulkan.h>
#include <vk_debug_marker_lunarg.h>
#include <vk_debug_report_lunarg.h>
#include <vk_ext_khr_swapchain.h>
#include <vk_ext_khr_device_swapchain.h>
#include <vulkan/vulkan.h>
#include <vulkan/vk_lunarg_debug_marker.h>
#include <vulkan/vk_lunarg_debug_report.h>
#include "api/replay/renderdoc_replay.h"
+1 -1
View File
@@ -32,7 +32,7 @@
#undef CreateSemaphore
#endif
#include <vk_layer.h>
#include <vulkan/vk_layer.h>
void InitReplayTables(void *vulkanModule);
void InitInstanceReplayTables(VkInstance instance);
+1 -1
View File
@@ -24,7 +24,7 @@
#include <string.h>
#include <stdlib.h>
#include <vk_layer.h>
#include <vulkan/vk_layer.h>
// RenderDoc Includes