RESOLVED DUPLICATE of bug 189134 189387
[WHLSL] Allow non-struct types as the return type of a shader
https://bugs.webkit.org/show_bug.cgi?id=189387
Summary [WHLSL] Allow non-struct types as the return type of a shader
Thomas Denney
Reported 2018-09-06 17:10:37 PDT
float4 foo(...) : SV_TARGET { ... } is sugar for struct R { float4 stuff : SV_TARGET; } R foo(...) { ... }
Attachments
Myles C. Maxfield
Comment 1 2018-09-22 02:47:00 PDT
*** This bug has been marked as a duplicate of bug 189134 ***
Myles C. Maxfield
Comment 2 2018-10-13 14:34:49 PDT
Note You need to log in before you can comment on or make changes to this bug.