summaryrefslogtreecommitdiffstats
path: root/src/vulkan/anv_dump.c
diff options
context:
space:
mode:
authorJason Ekstrand <[email protected]>2015-12-01 13:50:09 -0800
committerJason Ekstrand <[email protected]>2015-12-03 13:43:53 -0800
commitc30a0218202d65f4ceaa8d9c0d2afc8b2d0c0621 (patch)
tree1e5abe910ec150f52b2fa246800e8260cc7386cb /src/vulkan/anv_dump.c
parentb1cd025b88e3651fac8dd2f7861516f653422ee4 (diff)
vk/0.210.0: More function argument renaming
Diffstat (limited to 'src/vulkan/anv_dump.c')
-rw-r--r--src/vulkan/anv_dump.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vulkan/anv_dump.c b/src/vulkan/anv_dump.c
index 9d323d754ff..34a338339de 100644
--- a/src/vulkan/anv_dump.c
+++ b/src/vulkan/anv_dump.c
@@ -139,7 +139,7 @@ anv_dump_image_to_ppm(struct anv_device *device,
.oldLayout = VK_IMAGE_LAYOUT_GENERAL,
.newLayout = VK_IMAGE_LAYOUT_GENERAL,
.srcQueueFamilyIndex = 0,
- .destQueueFamilyIndex = 0,
+ .dstQueueFamilyIndex = 0,
.image = copy_image,
.subresourceRange = (VkImageSubresourceRange) {
.aspectMask = VK_IMAGE_ASPECT_COLOR_BIT,