WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Add attachment
proposed patch, testcase, etc.
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
Migrated to
https://github.com/gpuweb/WHLSL/issues/38
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