Riley King-Saunders 105edea0f3 Updated memory interface for get_memory_usage_string. It now takes a pointer to a uint and optionally a char* to write the output buffers size to and the buffer pointer. It still returns the buffer pointer.
Fixed bug in dealloc where it would add to the memory used rather than subtract.
Added a zero-check to source-private get_eng_unit function to prevent dropping the unit to the minimum for a value of 0
Changed padding calculation to happen on every call to get_memory_usage_string rather than on the first call. As a result, it will now use minimum padding and ignore zero components. Merged zone and class name alignment values into one.
Fixed bug where the length of a user class/zone was not accounting for the prefix "USER_" by adding 5 to the result.
Made formatting change where by zone/class is tab indented and the values are double tab indented
2025-06-24 15:43:06 +10:00
2025-06-19 16:27:58 +10:00
2025-06-19 16:27:58 +10:00

basalt

A transparent abstraction of a vulkan render engine

Description
A transparent abstraction of a vulkan render engine
Readme 178 KiB
Languages
C++ 86.4%
Lua 9.3%
C 4%
GLSL 0.3%