Skip to content

Commit 5ebb122

Browse files
committed
WebGPUBackend: Cleanup
1 parent dd4a137 commit 5ebb122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/renderers/webgpu/WebGPUBackend.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ class WebGPUBackend extends Backend {
255255

256256
const alphaMode = parameters.alpha ? 'premultiplied' : 'opaque';
257257

258-
const toneMappingMode = this.parameters.outputType === HalfFloatType ? 'extended' : 'standard';
258+
const toneMappingMode = parameters.outputType === HalfFloatType ? 'extended' : 'standard';
259259

260260
context.configure( {
261261
device: this.device,

0 commit comments

Comments
 (0)