mirror of
https://github.com/TheRedShip/RT_GPU.git
synced 2025-09-27 18:48:36 +02:00
~ | Fixing fog lighting acne and denoising not clearing
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user