Commit Graph

10 Commits

Author SHA1 Message Date
abdelrahman 7dbb43f9d1 Uniform buffer 2025-12-20 18:07:54 +00:00
abdelrahman b0d28c747e Vertex and index buffers 2025-12-18 02:08:21 +00:00
abdelrahman f7d49d8085 Implement frames in flight and swap chain recreation 2025-12-18 00:06:54 +00:00
abdelrahman 88b5efc393 Rename transition_image_layout 2025-12-18 00:06:27 +00:00
abdelrahman 903cc45d88 Draw the first triangle 2025-12-06 02:54:38 +00:00
abdelrahman 0bb910ea0e Record command buffer 2025-12-06 02:09:37 +00:00
abdelrahman b6e9b79317 Graphics pipeline complete 2025-12-06 01:32:53 +00:00
abdelrahman 4c94428bd4 Implement fixed functions state 2025-12-06 01:13:37 +00:00
abdelrahman 9aa2d4a897 Add .gitignore 2025-12-06 00:21:38 +00:00
abdelrahman d57dd446d1 Initial commit for vulkan tutorial
Following along the first 9 chapters of the Vulkan HelloTriangle
tutorial.
2025-12-06 00:20:08 +00:00