[webkit-changes] [WebKit/WebKit] 79d919: [WebGPU] Implement validation for getBindGroupLayout

mwyrzykowski noreply at github.com
Tue Jun 13 19:10:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 79d919888cc9af292a5ebfd0a98dd2dd35d99253
      https://github.com/WebKit/WebKit/commit/79d919888cc9af292a5ebfd0a98dd2dd35d99253
  Author: Mike Wyrzykowski <mwyrzykowski at apple.com>
  Date:   2023-06-13 (Tue, 13 Jun 2023)

  Changed paths:
    M Source/WebGPU/WebGPU/ComputePipeline.mm
    M Source/WebGPU/WebGPU/PipelineLayout.h
    M Source/WebGPU/WebGPU/PipelineLayout.mm
    M Source/WebGPU/WebGPU/RenderPipeline.mm
    M Source/WebKit/Shared/WebGPU/WebGPUPipelineLayoutDescriptor.cpp

  Log Message:
  -----------
  [WebGPU] Implement validation for getBindGroupLayout
https://bugs.webkit.org/show_bug.cgi?id=258004
<radar://110688660>

Reviewed by Myles C. Maxfield.

Implement validation as described in https://gpuweb.github.io/gpuweb/#dom-gpupipelinebase-getbindgrouplayout

* Source/WebGPU/WebGPU/ComputePipeline.mm:
(WebGPU::ComputePipeline::getBindGroupLayout):
* Source/WebGPU/WebGPU/PipelineLayout.h:
* Source/WebGPU/WebGPU/PipelineLayout.mm:
(WebGPU::PipelineLayout::makeInvalid):
* Source/WebGPU/WebGPU/RenderPipeline.mm:
(WebGPU::RenderPipeline::getBindGroupLayout):

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




More information about the webkit-changes mailing list