Bug 178911

Summary: Add validation to the WebGPU demonstration API
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: WebGPUAssignee: 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
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.