[webkit-changes] [WebKit/WebKit] 35904f: [WebGPU] Fix typo in BindGroupLayout::createEntryF...

Tadeu Zagallo noreply at github.com
Tue May 16 09:36:48 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 35904f70ee2f6d5ae7ed807e2419b41bd0c5face
      https://github.com/WebKit/WebKit/commit/35904f70ee2f6d5ae7ed807e2419b41bd0c5face
  Author: Tadeu Zagallo <tzagallo at apple.com>
  Date:   2023-05-16 (Tue, 16 May 2023)

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

  Log Message:
  -----------
  [WebGPU] Fix typo in BindGroupLayout::createEntryFromStructMember
https://bugs.webkit.org/show_bug.cgi?id=256834
rdar://109400598

Reviewed by Mike Wyrzykowski.

Fix a small typo from 264108 at main where we check the Metal type is float3x3, but
it should be 3x2 (as it is assigned in the next line).

* Source/WebGPU/WebGPU/BindGroupLayout.mm:
(WebGPU::BindGroupLayout::createEntryFromStructMember):

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




More information about the webkit-changes mailing list