RESOLVED INVALID 178911
Add validation to the WebGPU demonstration API
https://bugs.webkit.org/show_bug.cgi?id=178911
Summary Add validation to the WebGPU demonstration API
Myles C. Maxfield
Reported 2017-10-26 17:26:42 PDT
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.
Attachments
Myles C. Maxfield
Comment 1 2019-03-07 18:32:24 PST
This is no longer meaningful.
Note You need to log in before you can comment on or make changes to this bug.