[webkit-changes] [WebKit/WebKit] 36df45: [WebGPU] Remove call to entryPoint now that we don...
Rose Silicon
noreply at github.com
Tue Sep 10 23:34:58 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 36df45bed29e7f61941f8b1c5bae8916b03d0c52
https://github.com/WebKit/WebKit/commit/36df45bed29e7f61941f8b1c5bae8916b03d0c52
Author: Rose <gfunni234 at gmail.com>
Date: 2024-09-10 (Tue, 10 Sep 2024)
Changed paths:
M Source/WebGPU/WebGPU/Pipeline.mm
M Source/WebGPU/WebGPU/ShaderModule.h
M Source/WebGPU/WebGPU/ShaderModule.mm
Log Message:
-----------
[WebGPU] Remove call to entryPoint now that we don't need to transform them anymore
https://bugs.webkit.org/show_bug.cgi?id=279470
Reviewed by Mike Wyrzykowski.
We can handle unicode now, so any entry point
transformation code can be removed.
* Source/WebGPU/WebGPU/Pipeline.mm:
(WebGPU::createLibrary): Remove call to transformedEntryPoint.
* Source/WebGPU/WebGPU/ShaderModule.h:
(WebGPU::ShaderModule::library const): Ditto.
* Source/WebGPU/WebGPU/ShaderModule.mm:
(WebGPU::ShaderModule::transformedEntryPoint const): Deleted.
Canonical link: https://commits.webkit.org/283466@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