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
aa752bc208c9764924dfa3e8836d9ece3792a5c3
basalt
/
include
/
vulkan
History
Riley King-Saunders
aa752bc208
Extended SwapchainSupportDetails API to force it to requery values, use darray's rather than initializer lists and extended the get_framebuffer_extent function to allow disabling the final clamping step at the end of the function. This is used by the swapchain to avoid repeatedly requerying when minimised.
2025-07-10 21:50:26 +10:00
..
basalt_command_buffer.h
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_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
Extended SwapchainSupportDetails API to force it to requery values, use darray's rather than initializer lists and extended the get_framebuffer_extent function to allow disabling the final clamping step at the end of the function. This is used by the swapchain to avoid repeatedly requerying when minimised.
2025-07-10 21:50:26 +10:00
basalt_pipeline.h
Updated PipelineBuilder to now allow adding vertex bindings
2025-07-10 00:46:33 +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
Updated swapchain to recreate swapchain with the proper extent required and re-poll the window features on resize.
2025-07-10 21:48:12 +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