+ | New output texture slider

This commit is contained in:
TheRedShip
2025-02-24 20:37:25 +01:00
parent 16c90128bf
commit 3d2bcce9ca
3 changed files with 11 additions and 2 deletions

View File

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