hdr-canvas 0.0.1 → 0.0.2
Sign up to get free protection for your applications and to get access to all the features.
package/package.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
import WebGPUBackend from 'three/addons/renderers/webgpu/WebGPUBackend.js';
|
2
|
-
import { GPUFeatureName, GPUTextureFormat
|
2
|
+
import { GPUFeatureName, GPUTextureFormat } from 'three/addons/renderers/webgpu/utils/WebGPUConstants.js';
|
3
3
|
|
4
4
|
class HDRWebGPUBackend extends WebGPUBackend {
|
5
5
|
|