RESOLVED FIXED 176290
WSL should support structs
https://bugs.webkit.org/show_bug.cgi?id=176290
Summary WSL should support structs
Filip Pizlo
Reported 2017-09-02 20:44:19 PDT
Patch forthcoming.
Attachments
the patch (41.64 KB, patch)
2017-09-02 20:48 PDT, Filip Pizlo
mmaxfield: review+
Filip Pizlo
Comment 1 2017-09-02 20:48:24 PDT
Created attachment 319756 [details] the patch
Filip Pizlo
Comment 2 2017-09-02 21:18:05 PDT
Comment on attachment 319756 [details] the patch View in context: https://bugs.webkit.org/attachment.cgi?id=319756&action=review > Tools/WebGPUShadingLanguageRI/FuncInstantiator.js:99 > - let resultingFunc = func.visit(new Instantiate()); > + > + let resultingFunc = func.visit(new Instantiate(substitution)); I'll revert. > Tools/WebGPUShadingLanguageRI/InstantiateImmediates.js:44 > + > + visitVariableDecl(node) > + { > + let result = super.visitVariableDecl(node); > + return result; > + } I will remove.
Filip Pizlo
Comment 3 2017-09-03 10:48:12 PDT
Radar WebKit Bug Importer
Comment 4 2017-09-27 12:55:25 PDT
Myles C. Maxfield
Comment 5 2018-10-13 17:05:36 PDT
Note You need to log in before you can comment on or make changes to this bug.