[Webkit-unassigned] [Bug 266992] New: [WebGPU] Changing bind groups during a render pass does not work as expected

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 2 11:23:47 PST 2024


https://bugs.webkit.org/show_bug.cgi?id=266992

            Bug ID: 266992
           Summary: [WebGPU] Changing bind groups during a render pass
                    does not work as expected
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mwyrzykowski at apple.com

[WebGPU] Changing bind groups during a render pass does not work as expected


Repro from external:

  // Quad
  xRenderPassEncoder61.setBindGroup(1,xBindGroup72,D[111]);
  xRenderPassEncoder61.drawIndexed(6,1,0,0,0); // <-- commenting this out leads to incorrect behavior

  xQueue6.writeBuffer(xBuffer54,20736,D[112],0,512);
  xRenderPassEncoder61.setBindGroup(1,xBindGroup72,D[113]);

  // Ground
  xRenderPassEncoder61.drawIndexed(6,1,0,0,0);

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240102/44f6d211/attachment.htm>


More information about the webkit-unassigned mailing list