add logical device creation
Some checks failed
Build and Test verification / build (push) Failing after 27s
Build and Test verification / test (push) Has been skipped

This commit is contained in:
2026-05-22 21:16:40 -05:00
parent a94f2da6b2
commit b95bc3101f
3 changed files with 57 additions and 2 deletions

View File

@@ -23,8 +23,9 @@ void Engine::init() {
// device selection and setup
Device device(&instance_);
device.selectPhysicalDevice();
(void)device.selectPhysicalDevice();
(void)device.createLogicalDevice();
// next steps:
// queue creation
// vulkan memory allocator