RESOLVED FIXED263099
[WebGPU] A RenderBundle with several calls to setPipeline may not be built correctly
https://bugs.webkit.org/show_bug.cgi?id=263099
Summary [WebGPU] A RenderBundle with several calls to setPipeline may not be built co...
Mike Wyrzykowski
Reported 2023-10-12 18:05:50 PDT
[WebGPU] A RenderBundle with several calls to setPipeline may not be built correctly The reason is we can change the pipeline state via -[MTLIndirectRenderCommand setRenderPipelineState:] but not the depth / stencil state. A website may call GPURenderBundleEncoder.setPipelineState() multiple times with different depth / stencil states and I think we need to create a new ICB to handle that correctly.
Attachments
Radar WebKit Bug Importer
Comment 1 2023-10-12 18:06:36 PDT
Mike Wyrzykowski
Comment 2 2023-10-13 11:35:14 PDT
EWS
Comment 3 2023-10-26 14:23:05 PDT
Committed 269826@main (17f80e19eb23): <https://commits.webkit.org/269826@main> Reviewed commits have been landed. Closing PR #19057 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.