- 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

@@ -24,7 +24,7 @@ void _assert_callback(const fennec::cstring& expr, const fennec::cstring& file,
// Skip
// __assert_callback
// __assert_impl
fennec::logger::log(fennec::format(""
fennec::logger::log(fennec::logger::fatal, fennec::format(""
"Assert failed: \"{}\" \n"
"At {}:{} in {} \n"
"Description: {} \n"