Unravel Engine C++ Reference
Loading...
Searching...
No Matches
gfx::detail Namespace Reference

Variables

std::uint64_t g_eviction_frame {0}
 

Variable Documentation

◆ g_eviction_frame

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.