We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 010c5e7 commit 710caf0Copy full SHA for 710caf0
src/core/EffectComposer.js
@@ -668,7 +668,7 @@ export class EffectComposer {
668
if(pass.enabled) {
669
670
// Copy the depth buffer to the stable depth target just before the first pass that swaps buffers
671
- if(!depthBlitted && this._stableDepthTarget !== null && pass.needsDepthTexture) {
+ if(!depthBlitted && this._stableDepthTarget !== null && pass.needsSwap) {
672
673
this.blitDepthBuffer(this.inputBuffer);
674
depthBlitted = true;
0 commit comments