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
0598a89d0c5dc233ebb448652ad435592c8c6d2c
basalt
/
include
History
Riley King-Saunders
0598a89d0c
Created swapchain object.
...
Manages most of the present-related stuff. Still need to move some queue submits inside of it though
2025-07-07 22:54:19 +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 swapchain object.
2025-07-07 22:54:19 +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