Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5b1956e908ba88b7cfc5b6bb61588a3e977ed636
https://github.com/WebKit/WebKit/commit/5b1956e908ba88b7cfc5b6bb61588a3e977ed636
Author: Mike Wyrzykowski <[email protected]>
Date: 2026-06-16 (Tue, 16 Jun 2026)
Changed paths:
M Source/WebGPU/WGSL/Metal/MetalFunctionWriter.cpp
M Source/WebGPU/WGSL/TypeDeclarations.rb
M Tools/TestWebKitAPI/Tests/WGSL/shaders/overload.wgsl
Log Message:
-----------
1D textureSampleLevel was not supported
https://bugs.webkit.org/show_bug.cgi?id=316293
rdar://179334632
Reviewed by Tadeu Zagallo and Dan Glastonbury.
Add support for 1D textureSampleLevel calls, which is required
by the specification.
Test: Tools/TestWebKitAPI/Tests/WGSL/shaders/overload.wgsl
* Source/WebGPU/WGSL/Metal/MetalFunctionWriter.cpp:
(WGSL::Metal::emitTextureSampleLevel):
* Source/WebGPU/WGSL/TypeDeclarations.rb:
* Tools/TestWebKitAPI/Tests/WGSL/shaders/overload.wgsl:
Canonical link: https://commits.webkit.org/315278@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications