[webkit-changes] [WebKit/WebKit] 7867b5: [WebGPU] MTLVertexDescriptor is not being correctl...
mwyrzykowski
noreply at github.com
Tue Apr 18 16:33:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 7867b54b76dc71cb1f4b9615e1ed630b8850bf3c
https://github.com/WebKit/WebKit/commit/7867b54b76dc71cb1f4b9615e1ed630b8850bf3c
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
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
More information about the webkit-changes
mailing list