vulkan/util: Fill VkPhysicalDeviceIDProperties::deviceNodeMask

This field copy was missing in
vk_get_physical_device_core_1_1_property_ext().

Fixes: 19ff5019b7 ("vulkan: Add helpers for filling exts for core features and properties.")
Reviewed-by: Jason Ekstrand <jason.ekstrand@collabora.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Reviewed-by: Jesse Natalie <jenatali@microsoft.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16926>
This commit is contained in:
Boris Brezillon 2022-04-22 05:23:16 -07:00 committed by Marge Bot
parent e3a7ccba57
commit b78d3ebe72

View file

@ -824,6 +824,7 @@ vk_get_physical_device_core_1_1_property_ext(struct VkBaseOutStructure *ext,
CORE_PROPERTY(deviceUUID);
CORE_PROPERTY(driverUUID);
CORE_PROPERTY(deviceLUID);
CORE_PROPERTY(deviceNodeMask);
CORE_PROPERTY(deviceLUIDValid);
return true;
}