[webkit-changes] [WebKit/WebKit] 271403: [WebGPU] Dynamics offsets is in bytes but code ass...

mwyrzykowski noreply at github.com
Thu Nov 30 11:07:44 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 2714034088ac2026e0088d10c83241acfe386a15
      https://github.com/WebKit/WebKit/commit/2714034088ac2026e0088d10c83241acfe386a15
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-11-30 (Thu, 30 Nov 2023)

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

  Log Message:
  -----------
  [WebGPU] Dynamics offsets is in bytes but code assumes it is in uints
https://bugs.webkit.org/show_bug.cgi?id=265564
radar://118971735

Reviewed by Tadeu Zagallo.

Rest of the code assumed dynamic offset was in uints but it
was being stored in bytes, unlike offsets, so unify the two.

* Source/WebGPU/WebGPU/PipelineLayout.mm:
(WebGPU::addInitialOffset):

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




More information about the webkit-changes mailing list