[webkit-changes] [WebKit/WebKit] 8e65a6: [WebGPUSwift] implement beginRenderPass in Swift

nmahendru noreply at github.com
Fri Jan 3 12:27:05 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 8e65a6bfc8fe48264600a9c5b70a8addfd0fa58f
      https://github.com/WebKit/WebKit/commit/8e65a6bfc8fe48264600a9c5b70a8addfd0fa58f
  Author: Nitin Mahendru <nitinmahendru at apple.com>
  Date:   2025-01-03 (Fri, 03 Jan 2025)

  Changed paths:
    M Source/WebGPU/WebGPU/CommandEncoder.h
    M Source/WebGPU/WebGPU/CommandEncoder.mm
    M Source/WebGPU/WebGPU/CommandEncoder.swift
    M Source/WebGPU/WebGPU/Internal/WebGPUSwiftInternal.h
    M Source/WebGPU/WebGPU/RenderPassEncoder.h
    M Source/WebGPU/WebGPU/TextureView.h

  Log Message:
  -----------
  [WebGPUSwift] implement beginRenderPass in Swift
https://bugs.webkit.org/show_bug.cgi?id=284764
rdar://141558423

Reviewed by Mike Wyrzykowski.

It's a 1-for-1 replacement

Tested using at desk run of the below test.
http/tests/webgpu/webgpu/api/validation/encoding/beginRenderPass.html

* Source/WebGPU/WebGPU/CommandEncoder.mm:
* Source/WebGPU/WebGPU/CommandEncoder.swift:
(WebGPU.beginRenderPass(_:)):
(WebGPU.copyBufferToTexture(_:destination:copySize:)):
(WebGPU.copyTextureToTexture(_:destination:copySize:)):
* Source/WebGPU/WebGPU/Internal/WebGPUSwiftInternal.h:
(roundUpToMultipleOfNonPowerOfTwoUInt32UInt32):

Canonical link: https://commits.webkit.org/288414@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