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

Class FramebufferSize

src/host/host_backend.h:31–34  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29namespace oid::host {
30
31struct FramebufferSize {
32 int width{0};
33 int height{0};
34};
35
36/// Abstract windowing/GL host. A backend owns the OS window, the GL context,
37/// input polling, and the per-frame boundaries. No Qt, no ImGui here.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected