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
5e04281094a61f5cc62c96ed4226fbb62a94f903
basalt
/
include
History
Riley King-Saunders
c65d7fd4e3
Created a command buffer and command pool object for managing and tracking as well as wrapping vulkan functions to reduce boilerplate
2025-07-07 22:56:53 +10:00
..
containers
Made some of the if statements constexpr to dodge compiler errors for non-copyable or non-movable objects
2025-07-07 22:43:13 +10:00
core
Added functionallity to modify the global and stream-local logging masks as well as a function to retrieve a reference to the stream instance
2025-06-26 13:15:56 +10:00
vulkan
Created a command buffer and command pool object for managing and tracking as well as wrapping vulkan functions to reduce boilerplate
2025-07-07 22:56:53 +10:00
basalt_defines.h
Added support via a macro (BASALT_ENABLE_ALLOC_RECORDS 1) to enable tracking all allocations pointer value and their size. Naturally this is slow and should be disabled for any non-debug build.
2025-07-07 22:45:35 +10:00