Moved RenderDriver/WindorDriver init code to static create functions

This commit is contained in:
2025-04-08 18:24:33 +10:00
parent 286dd0fb0e
commit 608af1b866
9 changed files with 44 additions and 65 deletions

View File

@@ -26,9 +26,10 @@ set(ENGINE_SRC
drivers/wayland/window_driver.cpp
drivers/win32/window_driver.cpp
drivers/x11/window_driver.cpp
platform/system.cpp
platform/window_driver.cpp
render/renderer.cpp
render/render_device.cpp
render/render_driver.cpp
)
list(TRANSFORM ENGINE_SRC PREPEND ${CMAKE_CURRENT_SOURCE_DIR}/src/)