[webkit-changes] [WebKit/WebKit] 561208: [WebGPU] getBindGroupLayout should return a non-nu...
Alex Christensen
noreply at github.com
Mon Mar 4 17:06:37 PST 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 561208853674e4014dff6180ec6e96e098110514
https://github.com/WebKit/WebKit/commit/561208853674e4014dff6180ec6e96e098110514
Author: Alex Christensen <achristensen at apple.com>
Date: 2024-03-04 (Mon, 04 Mar 2024)
Changed paths:
A LayoutTests/fast/webgpu/bind-group-layout-invalid-expected.txt
A LayoutTests/fast/webgpu/bind-group-layout-invalid.html
M Source/WebGPU/WebGPU/ComputePipeline.h
M Source/WebGPU/WebGPU/ComputePipeline.mm
M Source/WebGPU/WebGPU/RenderPipeline.h
M Source/WebGPU/WebGPU/RenderPipeline.mm
Log Message:
-----------
[WebGPU] getBindGroupLayout should return a non-null possibly-invalid layout
https://bugs.webkit.org/show_bug.cgi?id=270469
rdar://123810931
Reviewed by Mike Wyrzykowski.
* LayoutTests/fast/webgpu/bind-group-layout-invalid-expected.txt: Added.
* LayoutTests/fast/webgpu/bind-group-layout-invalid.html: Added.
* Source/WebGPU/WebGPU/ComputePipeline.h:
* Source/WebGPU/WebGPU/ComputePipeline.mm:
(WebGPU::ComputePipeline::getBindGroupLayout):
* Source/WebGPU/WebGPU/RenderPipeline.h:
* Source/WebGPU/WebGPU/RenderPipeline.mm:
(WebGPU::RenderPipeline::getBindGroupLayout):
Canonical link: https://commits.webkit.org/275664@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list