[Webkit-unassigned] [Bug 178911] New: Add validation to the WebGPU demonstration API

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 26 17:26:42 PDT 2017


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

            Bug ID: 178911
           Summary: Add validation to the WebGPU demonstration API
           Product: WebKit
           Version: Other
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebGPU
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mmaxfield at apple.com

Things like:
1) The set of specified resources matches the current state's layout (and that there is a state to consult)
2) Vertex and index buffers are big enough (and no indices are too big)
3) There are no data hazards within a single pass. This will need knowledge of which resources are only read from the state's shader and which are writable.

-- 
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/20171027/f805b396/attachment-0001.html>


More information about the webkit-unassigned mailing list