Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Jul 22, 2024
1 parent 55cae96 commit b32977f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions interface/vulkan/Gpu.cppm
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ namespace vk_deferred::vulkan {
{},
vku::unsafeProxy({
vk::KHRSwapchainExtensionName,
#if __APPLE__
"VK_KHR_portability_subset",
#endif
#if __APPLE__
vk::KHRPortabilitySubsetExtensionName,
#endif
}),
} };
}
Expand Down
4 changes: 2 additions & 2 deletions overlays/vku/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO stripe2933/vku
REF v0.1.0-test8
SHA512 c832e3779215f55240df0f868bfb1513d9d4e4d4434c6610607517b251e251f6a13325e3e447c7c73628e79767f93401a2ced09fc473a464577599fac519a272
REF v0.1.0-test9
SHA512 dd045a11391a9c97ea1b2a0019d95d24be2150c6d6dd65d54db65a2b57fa4a1dd326245fe21da5170df9958df6ef963956d945f6e4b89cdf7f812bb4731579b8
HEAD_REF module
PATCHES vcpkg-deps.patch
)
Expand Down

0 comments on commit b32977f

Please sign in to comment.