30 lines
1.3 KiB
Diff
30 lines
1.3 KiB
Diff
|
diff -rupN --no-dereference Vulkan-Loader-vulkan-sdk-1.3.268.0/loader/CMakeLists.txt Vulkan-Loader-vulkan-sdk-1.3.268.0-new/loader/CMakeLists.txt
|
||
|
--- Vulkan-Loader-vulkan-sdk-1.3.268.0/loader/CMakeLists.txt 2023-10-16 16:26:02.000000000 +0200
|
||
|
+++ Vulkan-Loader-vulkan-sdk-1.3.268.0-new/loader/CMakeLists.txt 2023-11-28 23:11:23.134444845 +0100
|
||
|
@@ -311,7 +311,6 @@ if(WIN32)
|
||
|
SHARED
|
||
|
${NORMAL_LOADER_SRCS}
|
||
|
${LOADER_UNKNOWN_CHAIN_LIBRARY}
|
||
|
- ${CMAKE_CURRENT_SOURCE_DIR}/vulkan-1.def
|
||
|
${RC_FILE_LOCATION})
|
||
|
|
||
|
target_link_libraries(vulkan PRIVATE loader_specific_options loader-opt)
|
||
|
diff -rupN --no-dereference Vulkan-Loader-vulkan-sdk-1.3.268.0/loader/extension_manual.c Vulkan-Loader-vulkan-sdk-1.3.268.0-new/loader/extension_manual.c
|
||
|
--- Vulkan-Loader-vulkan-sdk-1.3.268.0/loader/extension_manual.c 2023-10-16 16:26:02.000000000 +0200
|
||
|
+++ Vulkan-Loader-vulkan-sdk-1.3.268.0-new/loader/extension_manual.c 2023-11-28 23:11:23.135444859 +0100
|
||
|
@@ -20,13 +20,13 @@
|
||
|
* Author: Charles Giessen <charles@lunarg.com>
|
||
|
*/
|
||
|
|
||
|
+#include "allocation.h"
|
||
|
#include "extension_manual.h"
|
||
|
|
||
|
#include <stdio.h>
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
|
||
|
-#include "allocation.h"
|
||
|
#include "debug_utils.h"
|
||
|
#include "loader.h"
|
||
|
#include "log.h"
|