mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
radv: remove irrelevant comment
A leftover from anv. Signed-off-by: Grazvydas Ignotas <notasas@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
1b2fe7ce45
commit
bffdb434b7
1 changed files with 1 additions and 1 deletions
|
|
@ -676,7 +676,7 @@ void radv_GetPhysicalDeviceProperties(
|
|||
.deviceID = pdevice->rad_info.pci_id,
|
||||
.deviceType = VK_PHYSICAL_DEVICE_TYPE_DISCRETE_GPU,
|
||||
.limits = limits,
|
||||
.sparseProperties = {0}, /* Broadwell doesn't do sparse. */
|
||||
.sparseProperties = {0},
|
||||
};
|
||||
|
||||
strcpy(pProperties->deviceName, pdevice->name);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue