Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

[WHLSL] Allow non-struct types as the return type of a shader #38

Closed
litherum opened this issue Oct 13, 2018 · 1 comment
Closed

[WHLSL] Allow non-struct types as the return type of a shader #38

litherum opened this issue Oct 13, 2018 · 1 comment

Comments

@litherum
Copy link
Contributor

Migrated from https://bugs.webkit.org/show_bug.cgi?id=189387:

At 2018-09-07T00:10:37Z, tdenney@apple.com wrote:
float4 foo(...) : SV_TARGET { ... } is sugar for struct R { float4 stuff : SV_TARGET; } R foo(...) { ... }

@litherum
Copy link
Contributor Author

At 2018-09-22T09:47:00Z, mmaxfield@apple.com wrote:

*** This bug has been marked as a duplicate of bug 189134 ***

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant