This website requires JavaScript.
Explore
Help
Sign In
riley
/
basalt
Watch
1
Star
0
Fork
0
You've already forked basalt
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
Files
f07977ff0638285f8510f8944785ad5606168526
basalt
/
include
History
Riley King-Saunders
f07977ff06
Implemented a dynamic array object that uses 24 bytes on the stack versus std::vector's 32. It uses basalt_memory module to allocate and free itself, thus requiring a tag. It is not atomic or thread-safe.
2025-06-23 00:35:18 +10:00
..
containers
Implemented a dynamic array object that uses 24 bytes on the stack versus std::vector's 32. It uses basalt_memory module to allocate and free itself, thus requiring a tag. It is not atomic or thread-safe.
2025-06-23 00:35:18 +10:00
core
Fixed bugs in basalt memory tag name generation. Centralised alignment values to basalt::mem::get_memory_tag_alignment_bytes.
2025-06-22 14:58:20 +10:00
vulkan
Library:
2025-06-22 03:04:28 +10:00