2
0
Эх сурвалжийг харах

WebGPURenderer: Fix antialias code.

Mugen87 4 жил өмнө
parent
commit
8e70942d18

+ 0 - 2
examples/jsm/renderers/webgpu/WebGPURenderer.js

@@ -140,13 +140,11 @@ class WebGPURenderer {
 
 				colorAttachment.attachment = this._colorBuffer.createView();
 				colorAttachment.resolveTarget = this._swapChain.getCurrentTexture().createView();
-				colorAttachment.storeOp = GPUStoreOp.Clear;
 
 			} else {
 
 				colorAttachment.attachment = this._swapChain.getCurrentTexture().createView();
 				colorAttachment.resolveTarget = undefined;
-				colorAttachment.storeOp = undefined;
 
 			}