Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 73cbb938bbc59d02975fb9ac87395d096cc87527 https://github.com/WebKit/WebKit/commit/73cbb938bbc59d02975fb9ac87395d096cc87527 Author: Mike Wyrzykowski <mwyrzykow...@apple.com> Date: 2023-12-04 (Mon, 04 Dec 2023)
Changed paths: M Source/WebGPU/WebGPU/RenderPipeline.mm Log Message: ----------- [WebGPU] Device::createRenderPipeline will crash (MTLReportFailure) if fragmentDescriptor.targetCount > 8 https://bugs.webkit.org/show_bug.cgi?id=265851 <radar://119169360> Reviewed by Dan Glastonbury. Further validation will be added but this prevents a crash while running the CTS when more than 8 color targets are used. * Source/WebGPU/WebGPU/RenderPipeline.mm: (WebGPU::Device::validateRenderPipeline): Canonical link: https://commits.webkit.org/271540@main _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes