We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc1be09 commit ff13ee5Copy full SHA for ff13ee5
src/zig/lib.zig
@@ -584,7 +584,7 @@ pub export fn _zwgpuCopyTextureAndMap(workaround: *ZWGPUWorkaroundCopyTextureAnd
584
i += 1;
585
zwgpuInstanceProcessEvents(workaround.instance);
586
std.time.sleep(10000);
587
- if (i > 100) {
+ if (i > 2000) {
588
// std.debug.print("Map not ready after 100 iterations\n", .{});
589
zwgpuBufferUnmap(workaround.readback_buffer);
590
return;
0 commit comments