Now have separate FrameBuffer and Screen structs to manage the framebuffer/screen dance.

This commit is contained in:
Zed A. Shaw 2026-09-02 14:17:58 -04:00
parent 27e34a18c9
commit 6ef367c305
7 changed files with 125 additions and 75 deletions

View file

@ -81,6 +81,8 @@ sources = [
'src/model.cpp',
'src/scene.cpp',
'src/camera.cpp',
'src/framebuffer.cpp',
'src/screen.cpp',
]
subdir('tests')