[Webkit-unassigned] [Bug 189387] New: [WHLSL] Allow non-struct types as the return type of a shader

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 6 17:10:37 PDT 2018


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

            Bug ID: 189387
           Summary: [WHLSL] Allow non-struct types as the return type of a
                    shader
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: tdenney at apple.com

float4 foo(...) : SV_TARGET { ... } is sugar for struct R { float4 stuff : SV_TARGET; } R foo(...) { ... }

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180907/c0d3df7c/attachment.html>


More information about the webkit-unassigned mailing list