- A few Vulkan wrapper structs
- Framework for Vulkan context - Fixed a bug with dynarray where if `resize()` shrinks the array, destructors are not called. - Fixed grammar issues with the containers library and added property tables to existing data structures.
This commit is contained in:
@@ -30,7 +30,7 @@ void _assert_impl(const char* expr, size_t expr_l,
|
||||
fennec::cstring(expr, expr_l),
|
||||
fennec::cstring(file, file_l), line,
|
||||
fennec::cstring(func, func_l),
|
||||
fennec::cstring(desc, ::strlen(desc) + 1)
|
||||
fennec::cstring(desc, ::strlen(desc))
|
||||
);
|
||||
|
||||
if (halt) {
|
||||
|
||||
Reference in New Issue
Block a user