Skip to content

Commit

Permalink
vk: also print out current resolution for r_speeds
Browse files Browse the repository at this point in the history
  • Loading branch information
w23 committed Dec 19, 2024
1 parent 6ac2fe3 commit 9ad0888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ref/vk/r_speeds.c
Original file line number Diff line number Diff line change
Expand Up @@ -946,6 +946,7 @@ void R_SpeedsDisplayMore(uint32_t prev_frame_index, const struct vk_combuf_scope
speedsPrintf( "Driver: %u.%u.%u, Vulkan: %u.%u.%u\n",
XVK_PARSE_VERSION(vk_core.physical_device.properties.driverVersion),
XVK_PARSE_VERSION(vk_core.physical_device.properties.apiVersion));
speedsPrintf( "Resolution: %ux%u\n", vk_frame.width, vk_frame.height);
}

const uint32_t events = g_aprof.events_last_frame - prev_frame_index;
Expand Down

0 comments on commit 9ad0888

Please sign in to comment.