Skip to content
Snippets Groups Projects
Commit 45884538 authored by Eric Engestrom's avatar Eric Engestrom :no_entry: Committed by Marge Bot
Browse files

vk/device-select-layer: fix .sType of VkPhysicalDeviceGroupProperties

The validation layers complained:
> Validation Error: [ VUID-VkPhysicalDeviceGroupProperties-sType-sType ] Object 0: VK_NULL_HANDLE, type = VK_OBJECT_TYPE_DEVICE; | MessageID = 0xc9edee8b | vkEnumeratePhysicalDeviceGroups: parameter pPhysicalDeviceGroupProperties[0].sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES The Vulkan spec states: sType must be VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_GROUP_PROPERTIES (https://www.khronos.org/registry/vulkan/specs/1.3-extensions/html/vkspec.html#VUID-VkPhysicalDeviceGroupProperties-sType-sType

)

Signed-off-by: default avatarEric Engestrom <eric@igalia.com>
Reviewed-by: default avatarGeorg Lehmann <dadschoorse@gmail.com>
Fixes: c196ffac ("vk-device-select: add device group support")
Part-of: <mesa/mesa!18037>
parent d08bd9a8
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment