Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a59a405dd02b83ea4b9830c60ff1af33401d5511
https://github.com/WebKit/WebKit/commit/a59a405dd02b83ea4b9830c60ff1af33401d5511
Author: Richard Robinson <[email protected]>
Date: 2026-02-21 (Sat, 21 Feb 2026)
Changed paths:
M Source/WebGPU/WebGPU/CommandEncoder.swift
M Source/WebGPU/WebGPU/Queue.swift
Log Message:
-----------
[Swift in WebKit] Apply swift-format to WebGPU to fix formatting
https://bugs.webkit.org/show_bug.cgi?id=308401
rdar://170890571
Reviewed by Abrar Rahman Protyasha.
* Source/WebGPU/WebGPU/CommandEncoder.swift:
(CommandEncoder_clearTextureIfNeeded_thunk(_:destination:slice:)):
(WebGPU.finish(_:)):
(WebGPU.areCopyCompatible(_:format2:)):
(WebGPU.refersToAllAspects(_:aspect:)):
(WebGPU.errorString(_:)):
(WebGPU.errorValidatingRenderPassDescriptor(_:)):
(WebGPU.errorValidatingTimestampWrites(_:)):
(WebGPU.loadAction(_:)):
(WebGPU.storeAction(_:hasResolveTarget:)):
(WebGPU.beginRenderPass(_:)):
(WebGPU.copyTextureToBuffer(_:destination:copySize:)):
(WebGPU.copyBufferToTexture(_:destination:copySize:)):
(WebGPU.copyTextureToTexture(_:destination:copySize:)):
(WebGPU.beginComputePass(_:)):
(CommandEncoder_copyBufferToTexture_thunk(_:source:destination:copySize:)):
Deleted.
(CommandEncoder_copyTextureToBuffer_thunk(_:source:destination:copySize:)):
Deleted.
(CommandEncoder_copyTextureToTexture_thunk(_:source:destination:copySize:)):
Deleted.
(WebGPU.createSimplePso(_:depthStencilAttachmentToClear:depthAttachmentToClear:stencilAttachmentToClear:device:MTLDepthStencilState:)):
Deleted.
(WebGPU.errorValidatingCopyTextureToTexture(_:destination:copySize:)): Deleted.
(WebGPU.errorValidatingCopyTextureToBuffer(_:destination:copySize:)): Deleted.
(WebGPU.errorValidatingCopyBufferToTexture(_:destination:copySize:)): Deleted.
* Source/WebGPU/WebGPU/Queue.swift:
(WebGPU.writeBuffer(_:bufferOffset:data:)):
Canonical link: https://commits.webkit.org/307996@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications