[WebGPU] GPUAutoLayout should have special designation Currently it is created like so: m_autoPipelineLayout(createPipelineLayout({ { "autoLayout"_s, }, { } })) and relies on the fact that the implementation of PipelineLayout::isValid is: bool isValid() const { return !m_bindGroupLayouts.isEmpty(); } however a pipeline layout may have zero bind group layouts. So we need a special designation for auto layout.
<rdar://problem/110624583>
Pull request: https://github.com/WebKit/WebKit/pull/14905
Committed 265134@main (fc7310ff1cab): <https://commits.webkit.org/265134@main> Reviewed commits have been landed. Closing PR #14905 and removing active labels.