Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 79d919888cc9af292a5ebfd0a98dd2dd35d99253
      
https://github.com/WebKit/WebKit/commit/79d919888cc9af292a5ebfd0a98dd2dd35d99253
  Author: Mike Wyrzykowski <[email protected]>
  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


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

Reply via email to