mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
nvk: set deviceName
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24326>
This commit is contained in:
parent
dc1f87864d
commit
84830a1725
1 changed files with 3 additions and 0 deletions
|
|
@ -129,6 +129,9 @@ nvk_GetPhysicalDeviceProperties2(VkPhysicalDevice physicalDevice,
|
|||
/* More properties */
|
||||
};
|
||||
|
||||
snprintf(pProperties->properties.deviceName, sizeof(pProperties->properties.deviceName),
|
||||
"%s", pdevice->dev->device_name);
|
||||
|
||||
VkPhysicalDeviceVulkan11Properties core_1_1 = {
|
||||
.sType = VK_STRUCTURE_TYPE_PHYSICAL_DEVICE_VULKAN_1_1_PROPERTIES,
|
||||
/* Vulkan 1.1 properties */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue