nv2a/vk: Fix missing display surface addr in debug marker

This commit is contained in:
Matt Borgerson 2024-12-30 19:25:59 -07:00 committed by mborgerson
parent f92713def7
commit fb7feb7b1f
1 changed files with 1 additions and 1 deletions

View File

@ -919,7 +919,7 @@ static void render_display(PGRAPHState *pg, SurfaceBinding *surface)
VkCommandBuffer cmd = pgraph_vk_begin_single_time_commands(pg);
pgraph_vk_begin_debug_marker(r, cmd, RGBA_YELLOW,
"Display Surface %08"HWADDR_PRIx);
"Display Surface %08"HWADDR_PRIx, surface->vram_addr);
pgraph_vk_transition_image_layout(pg, cmd, surface->image,
surface->host_fmt.vk_format,