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
1668d7493434dce77d1e1fc40c5a011f85081908
basalt
/
include
History
Riley King-Saunders
609cbbcb64
Added basic iterator functions
2025-06-26 16:24:18 +10:00
..
containers
Added basic iterator functions
2025-06-26 16:24:18 +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 basalt::context class and its implementation. Creates an underlying VkInstance, and if debug layers are present, creates a VkDebugUtilsMessengerEXT. There are two flags, should_free that controls whether the destructor will do anything, and using_validation_layers that states whether validation layers and debug utils have been setup. This is primarilly done to free them later and signify a runtime debug configuration.
2025-06-24 15:59:40 +10:00
basalt_defines.h
Added a definition file that contains some typedefs and platform-specific aliasing (debug_break, static assert, and verifies that the C macro NULL is defined)
2025-06-23 00:46:26 +10:00