[Webkit-unassigned] [Bug 189615] New: [WHLSL Implement trap statements in Metal code generation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Sep 14 00:50:54 PDT 2018


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

            Bug ID: 189615
           Summary: [WHLSL Implement trap statements in Metal code
                    generation
           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

Trap statements will be implemented by either a special boolean parameter tagged onto every function or replacing the return type of every function with a struct that contains a boolean field. The value will then be checked by the caller, and return early if necessary.

-- 
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/20180914/70665066/attachment.html>


More information about the webkit-unassigned mailing list