Vulkan Shader Class | Cross Platform Game Engine Development

2 years ago
41

In this lesson, we're going to create our Vulkan Shader abstraction which will allow us to instantiate and use multiple shaders at a time within our application.

We're going to be removing the shader code from our vulkan renderer, abstract our file system layer a little bit, and by the end have two differently colored triangles.

Github repository: https://github.com/mauville-technologies/youtube-engine/commit/4b5eed2cf8a6c422ea88c87649688185808647f9

Appreciate the content? Show your appreication here: https://paypal.me/ozzadar

Loading comments...