Commit graph

3 commits

Author SHA1 Message Date
Stephen Seo 3aa79ef21a WIP: "Graphics pipeline basics: Shader modules"
TODO: "Graphics pipeline basics: Fixed functions"
https://vulkan-tutorial.com/Drawing_a_triangle/Graphics_pipeline_basics/Fixed_functions
2024-03-12 14:22:57 +09:00
Stephen Seo 9bbc5e156a Unify C headers
Both headers are actually included at the same time by glfw3.h .
2024-03-04 12:08:25 +09:00
Stephen Seo e60ea4d131 WIP vulkan tutorial to draw a triangle
Project setup done.

Basic initialization done.

TODO: https://vulkan-tutorial.com/en/Drawing_a_triangle/Setup/Validation_layers
2024-03-01 14:45:51 +09:00