Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 6207d8e92a613b5434a6edcc79b79d7fd01fdee3
https://github.com/WebKit/WebKit/commit/6207d8e92a613b5434a6edcc79b79d7fd01fdee3
Author: Tadeu Zagallo <[email protected]>
Date: 2025-08-08 (Fri, 08 Aug 2025)
Changed paths:
M Source/WebGPU/Configurations/WebGPU.xcconfig
M Source/WebGPU/WebGPU/CommandEncoder.swift
M Source/WebGPU/WebGPU/QuerySet.h
M Source/WebGPU/WebGPU/QuerySet.mm
Log Message:
-----------
[WebGPU] Fix the webGpuSwift build
https://bugs.webkit.org/show_bug.cgi?id=297049
rdar://157741213
Reviewed by Mike Wyrzykowski.
There were 2 issues:
- A recent change to QuerySet::counterSampleBuffer made it [[noreturn]], so the
Swift code needed to be updated to use the new function.
- Some symbols that should not be exported (s_heapSpec from CommandBuffer,
RenderPassEncoder
and ComputePassEncoder) were causing build errors, so they needed to be
unexported
* Source/WebGPU/Configurations/WebGPU.xcconfig:
* Source/WebGPU/WebGPU/CommandEncoder.swift:
(WebGPU.beginRenderPass(_:)):
(WebGPU.beginComputePass(_:)):
* Source/WebGPU/WebGPU/QuerySet.h:
* Source/WebGPU/WebGPU/QuerySet.mm:
(WebGPU::Device::createQuerySet):
(WebGPU::QuerySet::counterSampleBufferWithOffsetForDevice):
(WebGPU::QuerySet::counterSampleBufferWithOffset): Deleted.
Canonical link: https://commits.webkit.org/298391@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes