Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7867b54b76dc71cb1f4b9615e1ed630b8850bf3c
      
https://github.com/WebKit/WebKit/commit/7867b54b76dc71cb1f4b9615e1ed630b8850bf3c
  Author: Mike Wyrzykowski <[email protected]>
  Date:   2023-04-18 (Tue, 18 Apr 2023)

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

  Log Message:
  -----------
  [WebGPU] MTLVertexDescriptor is not being correctly generated
https://bugs.webkit.org/show_bug.cgi?id=255291
<radar://107889041>

Reviewed by Myles C. Maxfield.

We should have indexed the array with 'shaderLocation' instead
of 'i', the latter of which will have the same value for the first
attributes of seperate buffers.

* Source/WebGPU/WebGPU/RenderPipeline.mm:
(WebGPU::createVertexDescriptor):

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


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

Reply via email to