OrbitEngine::Misc::FrameDebugger class

Public types

struct Capture
struct Event

Public static functions

static auto IsCapturing() -> bool
static void StartCapture(const std::string& title)
static void StopCapture()
static void RegisterEvent(Event& event, bool push = false)
static void Pop()
static auto GetLastCapture() -> StrongPtr<Capture>