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 00cabc4 commit 8e70942Copy full SHA for 8e70942
examples/jsm/renderers/webgpu/WebGPURenderer.js
@@ -140,13 +140,11 @@ class WebGPURenderer {
140
141
colorAttachment.attachment = this._colorBuffer.createView();
142
colorAttachment.resolveTarget = this._swapChain.getCurrentTexture().createView();
143
- colorAttachment.storeOp = GPUStoreOp.Clear;
144
145
} else {
146
147
colorAttachment.attachment = this._swapChain.getCurrentTexture().createView();
148
colorAttachment.resolveTarget = undefined;
149
- colorAttachment.storeOp = undefined;
150
151
}
152
0 commit comments