vk: profiler: move graphs a bit lower

This commit is contained in:
Ivan Avdeev 2023-04-10 10:17:12 -07:00 committed by Ivan Avdeev
parent 93153dd87e
commit c917c7a818

View File

@ -439,7 +439,8 @@ static int drawFrames( int draw, uint32_t prev_frame_index, int y, const vk_comb
drawCPUProfilerScopes(draw, events, frame_begin_time, time_scale_ms, event_begin, event_end, y);
drawGPUProfilerScopes(draw, y, frame_begin_time, time_scale_ms, gpurofls, gpurofls_count);
return y;
return y + g_speeds.font_metrics.glyph_height * 6;
}
static void printMetrics( void ) {