Skip to content

Commit

Permalink
feat: shader id on inspect (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
niceEli authored May 26, 2024
1 parent c4ff943 commit a7a21da
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 a7a21da

Please sign in to comment.