[webkit-changes] [WebKit/WebKit] 033f8d: [WebGPU] GPUCommandEncoder.clearBuffer does not ap...

mwyrzykowski noreply at github.com
Wed Feb 22 16:04:19 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 033f8d13532716f63ffa02f477d541e9613c4eba
      https://github.com/WebKit/WebKit/commit/033f8d13532716f63ffa02f477d541e9613c4eba
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-02-22 (Wed, 22 Feb 2023)

  Changed paths:
    M Source/WebCore/Modules/WebGPU/GPUCommandEncoder.cpp
    M Source/WebCore/Modules/WebGPU/GPUCommandEncoder.h
    M Source/WebCore/Modules/WebGPU/GPUCommandEncoder.idl
    M Source/WebGPU/WebGPU/BindGroup.mm
    M Source/WebGPU/WebGPU/CommandEncoder.mm

  Log Message:
  -----------
  [WebGPU] GPUCommandEncoder.clearBuffer does not appear to work
https://bugs.webkit.org/show_bug.cgi?id=252643
<radar://105708271>

Reviewed by Myles C. Maxfield.

Changes were not being reflected because useResoure was not
being called.

* Source/WebCore/Modules/WebGPU/GPUCommandEncoder.cpp:
(WebCore::GPUCommandEncoder::clearBuffer):
* Source/WebCore/Modules/WebGPU/GPUCommandEncoder.h:
* Source/WebCore/Modules/WebGPU/GPUCommandEncoder.idl:
* Source/WebGPU/WebGPU/BindGroup.mm:
(WebGPU::Device::createBindGroup):
* Source/WebGPU/WebGPU/CommandEncoder.mm:
(WebGPU::CommandEncoder::clearBuffer):

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




More information about the webkit-changes mailing list