-
Notifications
You must be signed in to change notification settings - Fork 3.4k
Closed
Description
I upgraded to emscripten 3.1.68 (from 3.1.66) and my project WebGPU Shader Toy which was working fine now fails.
I am seeing error messages like these:
[WebGPU] Validation error | Write range (bufferOffset: 0, size: 1887248) does not fit in [Buffer "Dear ImGui Vertex buffer"] size (119040).
- While calling [Queue].WriteBuffer([Buffer "Dear ImGui Vertex buffer"], (0 bytes), data, (1887248 bytes))
I can see from the list of PRs, that there was this one: #22494 (WebGPU: support Premultiplied canvas output)
I suppose my code can be doing something wrong (but I did not change my code, just the emscripten version). Does anybody know if this PR introduced a regression?
Metadata
Metadata
Assignees
Labels
No labels