Anecoz / AneRend

Prototyping Vulkan engine
16 stars 1 forks source link

Hot reloading of shaders/renderpasses #39

Open Anecoz opened 11 months ago

Anecoz commented 11 months ago

When resizing the window, currently this rebuilds the frame graph which essentially already reloads shaders.

Add functionality in Anedit that can reload a specific pass. This would have to call the compile_shaders.bat script as well as rebuild the specific pass.