Spectre/Window/Window: refactor out GLContext specific code to its own class (GLWindow)
This commit is contained in:
parent
2de3bd93f7
commit
b1ccea1397
7 changed files with 120 additions and 55 deletions
|
|
@ -44,6 +44,7 @@ set( ENGINE_SRC
|
|||
source/Window/Window.cpp
|
||||
source/Window/WindowDescription.cpp
|
||||
source/Window/DisplayMode.cpp
|
||||
source/Window/GLWindow.cpp
|
||||
source/Window/GLContext.cpp
|
||||
|
||||
# GfxDriver
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue