Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 35904f70ee2f6d5ae7ed807e2419b41bd0c5face
      
https://github.com/WebKit/WebKit/commit/35904f70ee2f6d5ae7ed807e2419b41bd0c5face
  Author: Tadeu Zagallo <[email protected]>
  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@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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to