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

@@ -22,7 +22,7 @@ void Engine::init() {
}
// device selection and setup
Device device(&instance_);
Device device(&instance_, window_);
(void)device.selectPhysicalDevice();
(void)device.createLogicalDevice();