Skip to content

Commit

Permalink
VK_KHR_portability_enumeration shouldn't be enabled outside the Molte…
Browse files Browse the repository at this point in the history
…nVK environment.
  • Loading branch information
LEE KYOUNGHEON committed Oct 9, 2024
1 parent 9937824 commit c66668e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/execute_hierarchical_commands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,12 @@ int main() {
vk::makeApiVersion(0, 1, 0, 0),
}),
{},
#if __APPLE__
vku::unsafeProxy({
vk::KHRGetPhysicalDeviceProperties2ExtensionName,
vk::KHRPortabilityEnumerationExtensionName,
}),
#endif
} };
#if VULKAN_HPP_DISPATCH_LOADER_DYNAMIC == 1
VULKAN_HPP_DEFAULT_DISPATCHER.init(*instance);
Expand Down

0 comments on commit c66668e

Please sign in to comment.