From 0e524a1c9534feeca14b7a5778c7a575f7f4f0b2 Mon Sep 17 00:00:00 2001 From: Cody Bennett Date: Thu, 10 Oct 2024 08:53:54 -0500 Subject: [PATCH] Three.WebGPU: resolve conflicts #29595 --- src/Three.WebGPU.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Three.WebGPU.js b/src/Three.WebGPU.js index 65077038c8145d..eb75baee417da9 100644 --- a/src/Three.WebGPU.js +++ b/src/Three.WebGPU.js @@ -6,6 +6,8 @@ export { default as BundleGroup } from './renderers/common/BundleGroup.js'; export { default as QuadMesh } from './renderers/common/QuadMesh.js'; export { default as PMREMGenerator } from './renderers/common/extras/PMREMGenerator.js'; export { default as PostProcessing } from './renderers/common/PostProcessing.js'; +import * as PostProcessingUtils from './renderers/common/PostProcessingUtils.js'; +export { PostProcessingUtils }; export { default as StorageTexture } from './renderers/common/StorageTexture.js'; export { default as StorageBufferAttribute } from './renderers/common/StorageBufferAttribute.js'; export { default as StorageInstancedBufferAttribute } from './renderers/common/StorageInstancedBufferAttribute.js';