Skip to content

Commit 2c045ff

Browse files
RenaudRohlingercmhhelgeson
authored andcommitted
WebGPURenderer: Add Missing Export NodeAccess (mrdoob#29993)
* Examples: Fix webgpu_compute_texture_pingpong * revert example and fix TSL export instead
1 parent d4af8b2 commit 2c045ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Three.TSL.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export const Loop = TSL.Loop;
1717
export const NodeShaderStage = TSL.NodeShaderStage;
1818
export const NodeType = TSL.NodeType;
1919
export const NodeUpdateType = TSL.NodeUpdateType;
20+
export const NodeAccess = TSL.NodeAccess;
2021
export const PCFShadowFilter = TSL.PCFShadowFilter;
2122
export const PCFSoftShadowFilter = TSL.PCFSoftShadowFilter;
2223
export const PI = TSL.PI;

0 commit comments

Comments
 (0)