Skip to content

Commit

Permalink
Update shader.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
niceEli authored May 26, 2024
1 parent c4ff943 commit 46bbca5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/components/draw/shader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,8 @@ export function shader(
: {
uniform: uniform,
}),
inspect() {
return `shader(${id})`
},
};
}

0 comments on commit 46bbca5

Please sign in to comment.