Now have separate FrameBuffer and Screen structs to manage the framebuffer/screen dance.
This commit is contained in:
parent
27e34a18c9
commit
6ef367c305
7 changed files with 125 additions and 75 deletions
|
|
@ -81,6 +81,8 @@ sources = [
|
|||
'src/model.cpp',
|
||||
'src/scene.cpp',
|
||||
'src/camera.cpp',
|
||||
'src/framebuffer.cpp',
|
||||
'src/screen.cpp',
|
||||
]
|
||||
|
||||
subdir('tests')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue