basic create surface
Some checks failed
Build and Test verification / build (push) Failing after 25s
Build and Test verification / test (push) Has been skipped

This commit is contained in:
2026-05-23 18:29:44 -05:00
parent bcd19f1e60
commit 65d21cd3c4
10 changed files with 118 additions and 12 deletions

View File

@@ -34,6 +34,8 @@ add_library(maiden_core STATIC
src/Window.cpp
src/Engine.cpp
src/Device.cpp
src/Pipeline.cpp
src/Swapchain.cpp
# include extra source files here
)