Replies: 1 comment
-
Implemented already |
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.
-
Note
This is a draft discussion
Questions to answer
@typegpu/kit
and other utility modules in our Live Examples.@typegpu/kit
in our Fundamentals, just to show quick examples of how a small TypeGPU program can look.API ideas
Dispatch
An easy way to dispatch a tagged kernel function, without having to construct a compute pipeline.
The pipeline could be memoized based on the passed in callback, so if users wanted to call it multiple times, they can save the function somewhere:
Beta Was this translation helpful? Give feedback.
All reactions