~ | Fixing fog lighting acne and denoising not clearing

This commit is contained in:
TheRedShip
2025-03-09 16:01:03 +01:00
committed by tomoron
parent debfa4ea7d
commit ac47d587e6
4 changed files with 12 additions and 7 deletions

View File

@ -100,7 +100,7 @@ int main(int argc, char **argv)
render_program.use();
drawScreenTriangle(VAO, textures[window.getOutputTexture()], render_program.getProgram());
window.imGuiRender(raytracing_program);
window.imGuiRender(raytracing_program, textures);
window.display();
window.pollEvents();