google / google/uVkCompute

Fix instance creation error on VULKAN_SDK >= 1.3.216 by opting-in to extension VK_KHR_PORTABILITY_subset

Open
#35 2 comments 0 reactions 0 assignees View on GitHub
Dominant language
C++
Stars
262
Forks
45
PR merge metrics
No merged PRs in 30d

Description

Related issue posted here: [Encountered VK_ERROR_INCOMPATIBLE_DRIVER](https://vulkan.lunarg.com/doc/sdk/1.3.239.0/mac/getting_started.html).

Proposed fix:
1. Adds the `VK_INSTANCE_CREATE_ENUMERATE_PORTABILITY_BIT_KHR` bit to the `VkInstanceCreateInfo` structure flags.
2. Adds `VK_KHR_portability_enumeration`, `VK_KHR_get_physical_device_properties2` to the instance extensions list.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.