Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 92f7ba66b1f95bbfc3f151e91613adadb413db1c
      
https://github.com/WebKit/WebKit/commit/92f7ba66b1f95bbfc3f151e91613adadb413db1c
  Author: Tadeu Zagallo <[email protected]>
  Date:   2025-05-19 (Mon, 19 May 2025)

  Changed paths:
    A LayoutTests/fast/webgpu/regression/repro_150923821-expected.txt
    A LayoutTests/fast/webgpu/regression/repro_150923821.html
    M Source/WebGPU/WGSL/GlobalVariableRewriter.cpp

  Log Message:
  -----------
  [WGSL] Argument buffer placeholders should use index instead of binding
https://bugs.webkit.org/show_bug.cgi?id=292958
rdar://150923821

Reviewed by Mike Wyrzykowski.

When creating the placeholders in the argument buffers we use the entry's 
`binding`
for creating a unique identifier, but that can create a collision between the
placeholder for the bindgroup entry and its size.

* Source/WebGPU/WGSL/GlobalVariableRewriter.cpp:
(WGSL::RewriteGlobalVariables::insertStructs):

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



To unsubscribe from these emails, change your notification settings at 
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to