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>
(cherry picked from commit b78d3ebe72)
This commit is contained in:
Boris Brezillon 2022-04-22 05:23:16 -07:00 committed by Dylan Baker
parent dfd2cd3ebc
commit d5a5bcbd54
2 changed files with 2 additions and 1 deletions

View file

@ -877,7 +877,7 @@
"description": "vulkan/util: Fill VkPhysicalDeviceIDProperties::deviceNodeMask",
"nominated": true,
"nomination_type": 1,
"resolution": 0,
"resolution": 1,
"main_sha": null,
"because_sha": "19ff5019b7551ef401db26da48d0199c1c88c1ca"
},

View file

@ -797,6 +797,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;
}