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.
outputType
getPreferredCanvasFormat()
1 parent e49cd3f commit 5ae9a2eCopy full SHA for 5ae9a2e
1 file changed
src/renderers/webgpu/utils/WebGPUUtils.js
@@ -222,13 +222,7 @@ class WebGPUUtils {
222
223
const parameters = this.backend.parameters;
224
225
- let bufferType = parameters.outputBufferType;
226
-
227
- if ( bufferType === undefined ) {
228
229
- bufferType = parameters.outputType;
230
231
- }
+ const bufferType = parameters.outputType;
232
233
if ( bufferType === undefined ) {
234
0 commit comments