[webkit-changes] [WebKit/WebKit] 085d13: [WebGPU] std::span adoption in Queue::writeTexture

mwyrzykowski noreply at github.com
Fri Aug 23 16:24:26 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 085d136a8d3a0d30f71cc2e68d1718e0e34ab84d
      https://github.com/WebKit/WebKit/commit/085d136a8d3a0d30f71cc2e68d1718e0e34ab84d
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2024-08-23 (Fri, 23 Aug 2024)

  Changed paths:
    M Source/WebGPU/WebGPU/Queue.mm

  Log Message:
  -----------
  [WebGPU] std::span adoption in Queue::writeTexture
https://bugs.webkit.org/show_bug.cgi?id=278447
rdar://132230609

Reviewed by Dan Glastonbury.

Replace memcpy call with memcpySpan as the source data
is already a span and the destination is a Vector.

* Source/WebGPU/WebGPU/Queue.mm:
(WebGPU::Queue::writeTexture):

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