|
Unravel Engine C++ Reference
|
Variables | |
| std::uint64_t | g_eviction_frame {0} |
| std::uint64_t gfx::detail::g_eviction_frame {0} |
Monotonic frame counter, advanced once per presented frame. Written by eviction::set_frame and read on the hot path; both occur on the render thread, so it needs no synchronization.
Definition at line 18 of file eviction.cpp.