MCPcopy Create free account
hub / github.com/OpenImageDebugger/OpenImageDebugger / HostBackend

Class HostBackend

src/host/frame_loop.h:33–33  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

31namespace oid::host {
32
33class HostBackend;
34
35/// Drives the per-frame cycle: poll input, begin frame, run the draw callback,
36/// end frame. Backend-agnostic so it can be unit-tested against a fake.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected