[webkit-changes] [WebKit/WebKit] 5c1f43: [WebGPUSwift] buildFix plus an issue in beginRende...

nmahendru noreply at github.com
Mon Jan 6 14:44:27 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 5c1f4399a469a3675a148c6177f2116d54e7b023
      https://github.com/WebKit/WebKit/commit/5c1f4399a469a3675a148c6177f2116d54e7b023
  Author: Nitin Mahendru <nitinmahendru at apple.com>
  Date:   2025-01-06 (Mon, 06 Jan 2025)

  Changed paths:
    M Source/WebGPU/WebGPU/CommandEncoder.swift

  Log Message:
  -----------
  [WebGPUSwift] buildFix plus an issue in beginRenderPass
https://bugs.webkit.org/show_bug.cgi?id=285472
rdar://142438625

Reviewed by Mike Wyrzykowski.

While refactoring to address style checker I missed to remove underscores
for isValidToUseWith_TextureView_CommandEncoder as I did not recompile
and there is no CI yet so this went through.

Also, found an issue in beginRenderPass which is a logical error that apparently
was not caught with Layout tests. Will see what can be done for that in a follow up
so that a layout test does catch such issues.

* Source/WebGPU/WebGPU/CommandEncoder.swift:
(WebGPU.beginRenderPass(_:)):

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