Bug 178911
Summary: | Add validation to the WebGPU demonstration API | ||
---|---|---|---|
Product: | WebKit | Reporter: | Myles C. Maxfield <mmaxfield> |
Component: | WebGPU | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED INVALID | ||
Severity: | Normal | ||
Priority: | P2 | ||
Version: | Other | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Bug Depends on: | |||
Bug Blocks: | 178912 |
Myles C. Maxfield
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Myles C. Maxfield
This is no longer meaningful.