[webkit-changes] [WebKit/WebKit] d34f44: [WebGPU] mapKey is 0 in ComputePassEncoder.mm - ad...

mwyrzykowski noreply at github.com
Tue Feb 13 17:29:02 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: d34f4436830b1a6a4d848ec2665a8ba0bfab8ef0
      https://github.com/WebKit/WebKit/commit/d34f4436830b1a6a4d848ec2665a8ba0bfab8ef0
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2024-02-13 (Tue, 13 Feb 2024)

  Changed paths:
    M Source/WebGPU/WebGPU/ComputePassEncoder.mm

  Log Message:
  -----------
  [WebGPU] mapKey is 0 in ComputePassEncoder.mm - addResourceToActiveResources
https://bugs.webkit.org/show_bug.cgi?id=269324
<radar://122914265>

Reviewed by Dan Glastonbury.

It is fine for mapKey to be zero here, so the HashMap needs to use
allow keys with value equal to zero.

* Source/WebGPU/WebGPU/ComputePassEncoder.mm:

Canonical link: https://commits.webkit.org/274595@main




More information about the webkit-changes mailing list