You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
30 lines
1.2 KiB
30 lines
1.2 KiB
1 year ago
|
diff -rupN --no-dereference Vulkan-Loader-sdk-1.3.231.1/loader/CMakeLists.txt Vulkan-Loader-sdk-1.3.231.1-new/loader/CMakeLists.txt
|
||
|
--- Vulkan-Loader-sdk-1.3.231.1/loader/CMakeLists.txt 2022-10-16 20:11:22.000000000 +0200
|
||
|
+++ Vulkan-Loader-sdk-1.3.231.1-new/loader/CMakeLists.txt 2022-11-12 20:04:49.810001092 +0100
|
||
|
@@ -229,7 +229,6 @@ if(WIN32)
|
||
|
SHARED
|
||
|
${NORMAL_LOADER_SRCS}
|
||
|
$<TARGET_OBJECTS:loader-unknown-chain>
|
||
|
- ${CMAKE_CURRENT_SOURCE_DIR}/vulkan-1.def
|
||
|
${CMAKE_CURRENT_LIST_DIR}/loader.rc)
|
||
|
|
||
|
target_link_libraries(vulkan PRIVATE loader_specific_options loader-opt)
|
||
|
diff -rupN --no-dereference Vulkan-Loader-sdk-1.3.231.1/loader/extension_manual.c Vulkan-Loader-sdk-1.3.231.1-new/loader/extension_manual.c
|
||
|
--- Vulkan-Loader-sdk-1.3.231.1/loader/extension_manual.c 2022-10-16 20:11:22.000000000 +0200
|
||
|
+++ Vulkan-Loader-sdk-1.3.231.1-new/loader/extension_manual.c 2022-11-12 20:04:49.810001092 +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"
|