[WebGPU] Stub out methods in WebGPU.framework
Created attachment 443667 [details] Patch
Created attachment 443668 [details] Patch
Comment on attachment 443668 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=443668&action=review rs=me > Source/WebGPU/WebGPU/Buffer.mm:80 > +void * wgpuBufferGetMappedRange(WGPUBuffer buffer, size_t offset, size_t size) Don't we normally use "void*" for this?
Committed r285527 (244044@main): <https://commits.webkit.org/244044@main>
<rdar://problem/85216692>