diff --git a/src/vulkan/runtime/vk_device.c b/src/vulkan/runtime/vk_device.c index a74c4c3ee48..fd30bf748b9 100644 --- a/src/vulkan/runtime/vk_device.c +++ b/src/vulkan/runtime/vk_device.c @@ -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; }