[webkit-changes] [WebKit/WebKit] 4727ce: [WebGPU] Fix invalid layout in hello-triangle demo
Tadeu Zagallo
noreply at github.com
Fri Apr 21 01:39:48 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 4727cedca0d344afc7c101e7bbe1043ee10f0a0c
https://github.com/WebKit/WebKit/commit/4727cedca0d344afc7c101e7bbe1043ee10f0a0c
Author: Tadeu Zagallo <tzagallo at apple.com>
Date: 2023-04-21 (Fri, 21 Apr 2023)
Changed paths:
M Websites/webkit.org/demos/webgpu/scripts/hello-triangle.js
Log Message:
-----------
[WebGPU] Fix invalid layout in hello-triangle demo
https://bugs.webkit.org/show_bug.cgi?id=255719
rdar://108312261
Reviewed by Mike Wyrzykowski.
The layout specified that it expected one bind group, which is not actually used
and was never set, causing a validation failure. Just use the auto layout instead,
since there are no bind groups.
* Websites/webkit.org/demos/webgpu/scripts/hello-triangle.js:
(async helloTriangle):
Canonical link: https://commits.webkit.org/263222@main
More information about the webkit-changes
mailing list