Abstracting Vulkan
Good evening,
I'm playing around with Vulkan and got all the fun basic stuff up and running. Due to the complexity of Vulkan I find it really hard to kind of abstract it to make it more scalable and usable as an API and my code gets confusing pretty fast. Do you guys have any examples / articles etc. where I could take a look inside any more professional abstractions / architectures?
Thanks in advance