- More Documentation

- Vulkan Configuration Implementations
 - Fixed build errors on GCC and Clang
This commit is contained in:
2026-07-18 23:48:00 -04:00
parent ed381c4178
commit cf909624df
164 changed files with 19857 additions and 5872 deletions

View File

@@ -33,7 +33,7 @@ void platform::initialize() {
return;
}
logger::log(format("Initializing platform {}", get_type().name()));
logger::log(logger::alert, format("Initializing platform {}", get_type().name()));
// Setup Window Manager
wmanager = make_unique<window_manager>(this);