Bug 257947
| Summary: | [WebGPU] GPUAutoLayout should have special designation | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Mike Wyrzykowski <mwyrzykowski> |
| Component: | WebGPU | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Mike Wyrzykowski
[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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/110624583>
Mike Wyrzykowski
Pull request: https://github.com/WebKit/WebKit/pull/14905
EWS
Committed 265134@main (fc7310ff1cab): <https://commits.webkit.org/265134@main>
Reviewed commits have been landed. Closing PR #14905 and removing active labels.