KhronosGroup / KhronosGroup/Vulkan-Docs
pQueueFamilyIndices should be restricted to VkDeviceQueueCreateInfo
Open
- Dominant language
- JavaScript
- Stars
- 3.3k
- Forks
- 549
- Avg merge
- 5d 5h
- Merged PRs (30d)
- 2
Description
`pQueueFamilyIndices` is currently restricted to Physical Device count from `vkGetPhysicalDeviceQueueFamilyProperties`.
Shouldn't it be more strictly restricted to queue families actually created via `VkDeviceQueueCreateInfo`?
Contributor guide
Assessment
This issue has not been assessed yet.