Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wgpuQueueOnSubmittedWorkDone's signature is not matching with that is in webgpu.hpp #29

Open
gautam1168 opened this issue Jul 25, 2023 · 2 comments

Comments

@gautam1168
Copy link

Im working through the tutorial and on https://eliemichel.github.io/LearnWebGPU/getting-started/the-command-queue.html
the call to wgpuQueueOnSubmittedWorkDone takes 3 arguments. However, this does not compile and the header file specifies that there has to be a uint64_t signalValue argument there. I can compile it if I just pass a number there but I don't know what that needs to be

wgpuQueueOnSubmittedWorkDone(queue, 0, onQueueWorkDone, nullptr);
@manu-adina
Copy link

I'm facing the same issue, did you manage to figure out what that signalValue means ?

@ypujante
Copy link

Same here. I also cannot really find any information about what value to provide.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants