Commit Graph

3 Commits

Author SHA1 Message Date
8ccafddb64 Updated swapchain to recreate swapchain with the proper extent required and re-poll the window features on resize.
Swapchain will no longer trigger a resize (internally) if the previous (non-zero) size is equal to the current size
2025-07-10 21:48:12 +10:00
e4258318ee Disabled framebuffer caching by physical device
Swapchain is now capable of being recreated in a partially automatic manner (some effort is still required on the developer's side still)
Windows are now allowed to be resizeable
Updated main program to support resizable windows
2025-07-08 23:35:27 +10:00
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