Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 085d136a8d3a0d30f71cc2e68d1718e0e34ab84d
      
https://github.com/WebKit/WebKit/commit/085d136a8d3a0d30f71cc2e68d1718e0e34ab84d
  Author: Mike Wyrzykowski <[email protected]>
  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
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to