mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-15 22:40:50 +00:00
Change include folder to $VK_SDK_PATH/include, #include by <vulkan/...>
This commit is contained in:
@@ -5,7 +5,7 @@ MACROS=-DLINUX \
|
||||
-DRENDERDOC_PLATFORM=linux \
|
||||
-DRENDERDOC_EXPORTS \
|
||||
-DGIT_COMMIT_HASH="\"$(COMMIT)\""
|
||||
CFLAGS=-c -Wall -Werror -Wno-unused -Wno-unknown-pragmas -fPIC $(MACROS) -I../../ -I../../3rdparty/ -I$(VULKAN_SDK)/include/vulkan
|
||||
CFLAGS=-c -Wall -Werror -Wno-unused -Wno-unknown-pragmas -fPIC $(MACROS) -I../../ -I../../3rdparty/ -I$(VK_SDK_PATH)/include
|
||||
CPPFLAGS=-std=c++11 -g -Wno-reorder -fvisibility=hidden -fvisibility-inlines-hidden
|
||||
OBJDIR=.obj
|
||||
OBJECTS=vk_dispatchtables.o \
|
||||
|
||||
@@ -54,11 +54,11 @@
|
||||
#include <xcb/xcb.h>
|
||||
#endif
|
||||
|
||||
#include <vulkan.h>
|
||||
#include <vk_debug_marker_lunarg.h>
|
||||
#include <vk_debug_report_lunarg.h>
|
||||
#include <vk_wsi_swapchain.h>
|
||||
#include <vk_wsi_device_swapchain.h>
|
||||
#include <vulkan/vulkan.h>
|
||||
#include <vulkan/vk_debug_marker_lunarg.h>
|
||||
#include <vulkan/vk_debug_report_lunarg.h>
|
||||
#include <vulkan/vk_ext_khr_swapchain.h>
|
||||
#include <vulkan/vk_ext_khr_device_swapchain.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 InitDeviceReplayTables(VkDevice device);
|
||||
|
||||
@@ -35,7 +35,7 @@
|
||||
#undef CreateSemaphore
|
||||
#endif
|
||||
|
||||
#include "vk_layer.h"
|
||||
#include <vulkan/vk_layer.h>
|
||||
|
||||
#if defined(WIN32)
|
||||
|
||||
|
||||
@@ -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