Bug 188488
Summary: | [WHLSL] Using += causes an exception in StatementCloner | ||
---|---|---|---|
Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
Component: | WebGPU | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 176199 |
Myles C. Maxfield
[WHLSL] Using += causes an exception in StatementCloner
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
Rewriter.js may need to say let result = new AnonymousVariable(node.origin, Node.visit(node.type, this)); inside visitAnonymousVariable
Myles C. Maxfield
This is done.
*** This bug has been marked as a duplicate of bug 187988 ***
Myles C. Maxfield
Migrated to https://github.com/gpuweb/WHLSL/issues/104