Replies: 1 comment
-
@reczkok @aleksanderkatan Thoughts? 💭 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Let's look at an example of using a non-trivial TypeGPU library in a vanilla WebGPU project 🧐
In order to use the
cache
, we need to tell the shader to bindcache.getJunctionGradient
togetJunctionGradientSlot
. Currently, we need to do it for every external that could usegetJunctionGradientSlot
:it would be nice to have a way to configure slots top-level:
Beta Was this translation helpful? Give feedback.
All reactions