mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
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 commitb78d3ebe72)
This commit is contained in:
parent
dfd2cd3ebc
commit
d5a5bcbd54
2 changed files with 2 additions and 1 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue