We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7466b00 commit 6199fdeCopy full SHA for 6199fde
plugins/csp-atmospheres/src/Atmosphere.cpp
@@ -375,8 +375,8 @@ bool Atmosphere::Do() {
375
mHDRBuffer->bind();
376
}
377
378
- auto depthBuffer = mGraphicsEngine->getCurrentDepthBufferAsTexture(false);
379
- auto colorBuffer = mGraphicsEngine->getCurrentColorBufferAsTexture(false);
+ auto depthBuffer = mGraphicsEngine->getCurrentDepthBufferAsTexture(true);
+ auto colorBuffer = mGraphicsEngine->getCurrentColorBufferAsTexture(true);
380
depthBuffer->Bind(GL_TEXTURE0);
381
colorBuffer->Bind(GL_TEXTURE1);
382
0 commit comments