Skip to content

Files

Latest commit

85c22f9 · Jan 3, 2024

History

History
6 lines (4 loc) · 391 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 391 Bytes

Creating a triangle with Vulkan in Rust

Following the tutorial or example in this vulkan tutorial, I've created this code.

Currently this still is work in progress.

Noteable things I learned are in my opinion the usage of macros to make my life with c strings a bit easier, as they always have to be backed up by an array.