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
4d797e1170a78631248134aa9a04bc82d3e133a2
basalt
/
include
/
vulkan
History
Riley King-Saunders
4d797e1170
Created render_pass object
...
Some TODO's to handle regarding exposing access to vulkan functionallity
2025-07-07 22:54:59 +10:00
..
basalt_context.h
Added cast operator for VkInstance
2025-07-07 22:46:37 +10:00
basalt_device.h
Contains convenient function to design a device based on the requirements for the physical device it is based around
2025-07-07 22:52:25 +10:00
basalt_physical_device.h
Created physical device object
2025-07-07 22:48:07 +10:00
basalt_queue.h
Created a paper-thin wrapper around a VkQueue mainly so it manages its own lifecycle so long as its associated device is alive
2025-07-07 22:50:12 +10:00
basalt_render_pass.h
Created render_pass object
2025-07-07 22:54:59 +10:00
basalt_swapchain.h
Created swapchain object.
2025-07-07 22:54:19 +10:00
basalt_window.h
Updated the window to hold the vulkan context and a vulkan surface as well as providing a cast operator for the surface
2025-07-07 22:48:59 +10:00