Vulkan with C++, Stage 11: Runtime Shader Compilation

#gamedev #gamedevelopment #programming
code: github.com/amengede/getIntoGa...
playlist: • Vulkan 2024
Discord: / discord
Patreon: patreon.com/user?u=58955910
X: @blindspotsoft

Пікірлер: 2

  • @CoolestPossibleName
    @CoolestPossibleName17 күн бұрын

    sick intro 🤙

  • @davidmartin5351
    @davidmartin535117 күн бұрын

    If you get into the habit of using your batch file to execute the program (analogous to "make run"), you can have your batch file check if the GLSL source file is newer than the SPIR-V file, and then recompile as necessary. This covers the similar error of updating your C++ source code and forgetting to recompile with a single common mechanism.