mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 01:38:06 +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>
This commit is contained in:
parent
e3a7ccba57
commit
b78d3ebe72
1 changed files with 1 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue