Skip to content

Commit 211d4c0

Browse files
committed
WebGPURenderer: Clean up.
1 parent fe65eaf commit 211d4c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/jsm/renderers/webgpu/WebGPURenderer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { GPUIndexFormat, GPUTextureFormat, GPUStoreOp, GPULoadOp } from './constants.js';
1+
import { GPUIndexFormat, GPUTextureFormat, GPUStoreOp } from './constants.js';
22
import WebGPUObjects from './WebGPUObjects.js';
33
import WebGPUAttributes from './WebGPUAttributes.js';
44
import WebGPUGeometries from './WebGPUGeometries.js';

0 commit comments

Comments
 (0)