WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
257947
[WebGPU] GPUAutoLayout should have special designation
https://bugs.webkit.org/show_bug.cgi?id=257947
Summary
[WebGPU] GPUAutoLayout should have special designation
Mike Wyrzykowski
Reported
2023-06-11 23:04:29 PDT
[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
Comment 1
2023-06-11 23:04:47 PDT
<
rdar://problem/110624583
>
Mike Wyrzykowski
Comment 2
2023-06-12 22:05:31 PDT
Pull request:
https://github.com/WebKit/WebKit/pull/14905
EWS
Comment 3
2023-06-13 14:20:56 PDT
Committed
265134@main
(fc7310ff1cab): <
https://commits.webkit.org/265134@main
> Reviewed commits have been landed. Closing PR #14905 and removing active labels.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug