[webkit-changes] [WebKit/WebKit] 6675f8: [WebGPU] Device should have generateAnInternalError
mwyrzykowski
noreply at github.com
Tue May 23 01:06:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6675f8ecb27b7d0a0fcb53bbc8260511fa896a86
https://github.com/WebKit/WebKit/commit/6675f8ecb27b7d0a0fcb53bbc8260511fa896a86
Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
Date: 2023-05-23 (Tue, 23 May 2023)
Changed paths:
M Source/WebGPU/WebGPU/Device.h
M Source/WebGPU/WebGPU/Device.mm
Log Message:
-----------
[WebGPU] Device should have generateAnInternalError
https://bugs.webkit.org/show_bug.cgi?id=257144
<rdar://problem/109671732>
Reviewed by Tadeu Zagallo and Myles C. Maxfield.
We added GPUInternalError in 261545 at main but no member function
on Device to generate an internal error inside WebGPU.framework
* Source/WebGPU/WebGPU/Device.h:
* Source/WebGPU/WebGPU/Device.mm:
(WebGPU::Device::generateAnInternalError):
Add corresponding generateAnInternalError so it can be called from
appropriate places in WebGPU.framework.
Canonical link: https://commits.webkit.org/264410@main
More information about the webkit-changes
mailing list