Skip to content

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

@gautam1168

Description

@gautam1168

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);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions