📄️ Improving The Render Loop
Before we begin drawing, we need to implement a couple other things. First we have a deletion
📄️ Vulkan Shaders
Running Code On The GPU
📄️ Vulkan Shaders - Code
Lets now write the code necesary for our compute shader. We will begin with a very simple
📄️ Setting up IMGUI
As the engine grows, we need a way to have some interactable interface we can play with to add
📄️ Push Constants and new shaders
We have a way to run compute shaders to display, and a way to add debug-UI to the engine. Lets
📄️ Fixing Input Lag
If you’ve integrated ImGui into our engine and noticed significant input lag when dragging an