mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-28 21:01:04 +00:00
Update #include statements
This commit is contained in:
@@ -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"
|
||||
|
||||
|
||||
@@ -32,7 +32,7 @@
|
||||
#undef CreateSemaphore
|
||||
#endif
|
||||
|
||||
#include <vk_layer.h>
|
||||
#include <vulkan/vk_layer.h>
|
||||
|
||||
void InitReplayTables(void *vulkanModule);
|
||||
void InitInstanceReplayTables(VkInstance instance);
|
||||
|
||||
@@ -24,7 +24,7 @@
|
||||
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <vk_layer.h>
|
||||
#include <vulkan/vk_layer.h>
|
||||
|
||||
// RenderDoc Includes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user