Skip to content

Commit

Permalink
TSL: Fix issue in wgslFn alias revision (#28686)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmhhelgeson committed Jun 17, 2024
1 parent 2328b0a commit d208680
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jsm/renderers/webgpu/nodes/WGSLNodeFunction.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ const wgslTypeLib = {
'texture_2d': 'texture',
'texture_cube': 'textureCube',
'texture_depth_2d': 'textureDepth',
'texture_storage_2d': 'textureStorage',
'texture_storage_2d': 'storageTexture',
'texture_3d': 'texture3D'

};
Expand Down

0 comments on commit d208680

Please sign in to comment.