Commit Graph

5 Commits

Author SHA1 Message Date
4e9d69ba49 create swapchain 2026-05-24 23:00:39 -05:00
65d21cd3c4 basic create surface
Some checks failed
Build and Test verification / build (push) Failing after 25s
Build and Test verification / test (push) Has been skipped
2026-05-23 18:29:44 -05:00
Preston McGee
bcd19f1e60 Feature: VkDevice Creation (#5)
* update contributing with goals

* add required extensions to vulkan instance

* add validation layers + debug callback

* add device class which enumerates availble gpu devices

* improve device selection logic

* add logical device creation
2026-05-22 21:48:51 -05:00
Preston McGee
a63c271f92 Feature/VkExtensions+VkLayers (#2) 2026-05-16 12:48:39 -07:00
fcdb09a142 hello vulkan
Some checks failed
Build and Test verification / build (push) Failing after 25s
Build and Test verification / test (push) Has been skipped
2026-05-09 20:22:51 -05:00