Unravel Engine C++ Reference
Loading...
Searching...
No Matches
gpu_frame_stats_widgets.h
Go to the documentation of this file.
1#pragma once
2#include <graphics/graphics.h>
3
4namespace unravel
5{
6
8void draw_gpu_submit_profiler_ui(const gfx::stats* stats, bool* enable_profiler);
9
10} // namespace unravel
bgfx::Stats stats
Definition graphics.h:31
void draw_gpu_submit_profiler_ui(const gfx::stats *stats, bool *enable_profiler)
Checkbox to toggle BGFX_DEBUG_PROFILER, then encoder (CPU submit) and view (CPU submit / GPU execute)...