Commit Graph

10 Commits

Author SHA1 Message Date
4e9d69ba49 create swapchain 2026-05-24 23:00:39 -05:00
8b798fcaa7 fix surface creation on linux 2026-05-23 23:29:57 -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
6407cb7fdb consolidate some cmake
Some checks failed
Build and Test verification / build (push) Failing after 25s
Build and Test verification / test (push) Has been skipped
2026-05-10 17:20:21 -05: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
f72bd8c44f create SDL window
Some checks failed
Build and Test verification / build (push) Failing after 26s
Build and Test verification / test (push) Has been skipped
2026-05-09 15:36:53 -05:00
35cc73b04f add testing infrastructure 2026-05-06 23:05:14 -05:00
dc7ebdbb73 file structure and hello world program 2026-05-06 22:18:03 -05:00