Skip to content

Commit

Permalink
Move modified Vulkan manifest files to VulkanAppSDL.
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkCallow committed Aug 5, 2024
1 parent 305d9d2 commit 0192882
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions tests/loadtests/appfwSDL/VulkanAppSDL/mac/vulkan/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!-- Copyright 2024 Mark Callow -->
<!-- SPDX-License-Identifier: Apache-2.0 -->

# Vulkan ICD and Explicit Layer Manifest Files?

These were copied from `macOS/share/vulkan` in the Vulkan SDK and have been
modified for inclusion in a macOS application bundle to cause the Vulkan loader
to find the libraries within the bundle.
2 changes: 1 addition & 1 deletion tests/loadtests/vkloadtests.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ if(APPLE)
OUTPUT_VARIABLE Vulkan_LIBRARY_SONAME_FILE_NAME
OUTPUT_STRIP_TRAILING_WHITESPACE
)
set( Vulkan_SHARE_VULKAN ${PROJECT_SOURCE_DIR}/other_lib/mac/resources/vulkan )
set( Vulkan_SHARE_VULKAN appfwSDL/VulkanAppSDL/mac/vulkan )
endif()
else()
find_package(Vulkan REQUIRED)
Expand Down

0 comments on commit 0192882

Please sign in to comment.