Skip to content

Commit

Permalink
Update WGSLNodeBuilder.js
Browse files Browse the repository at this point in the history
fix lint
  • Loading branch information
Spiri0 authored Nov 19, 2024
1 parent b613aa8 commit 273e588
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderers/webgpu/nodes/WGSLNodeBuilder.js
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ ${ flowData.code }

const type = ptrType || fullType;

if (Object.values(wgslTypeLib).includes(structName) || structName === null) {
if ( Object.values( wgslTypeLib ).includes( structName ) || structName === null ) {

continue;

Expand Down

0 comments on commit 273e588

Please sign in to comment.