Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 0d316ef5e2a22eecd87ae89dbdcbb46868963b53
      
https://github.com/WebKit/WebKit/commit/0d316ef5e2a22eecd87ae89dbdcbb46868963b53
  Author: Mike Wyrzykowski <[email protected]>
  Date:   2023-10-03 (Tue, 03 Oct 2023)

  Changed paths:
    M Source/WebGPU/WebGPU/BindGroup.h
    M Source/WebGPU/WebGPU/BindGroup.mm
    M Source/WebGPU/WebGPU/ComputePassEncoder.mm
    M Source/WebGPU/WebGPU/RenderPassEncoder.mm

  Log Message:
  -----------
  [WebGPU] useResource: for render pipeline for resources from compute pipeline
https://bugs.webkit.org/show_bug.cgi?id=262584
<radar://116430663>

Reviewed by Dan Glastonbury.

Can't call useResource in the render pipeline for resources from the
compute pipeline.

* Source/WebGPU/WebGPU/BindGroup.h:
* Source/WebGPU/WebGPU/BindGroup.mm:
(WebGPU::metalRenderStage):
* Source/WebGPU/WebGPU/ComputePassEncoder.mm:
(WebGPU::ComputePassEncoder::setBindGroup):
* Source/WebGPU/WebGPU/RenderPassEncoder.mm:
(WebGPU::RenderPassEncoder::executeBundles):
(WebGPU::RenderPassEncoder::setBindGroup):

Canonical link: https://commits.webkit.org/268815@main


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to