Bug 197796

Summary: [WHLSL] WHLSL compiler never calls calculateVertexBufferIndex()
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: WebGPUAssignee: Myles C. Maxfield <mmaxfield>
Status: RESOLVED FIXED    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Myles C. Maxfield 2019-05-10 13:52:42 PDT
The compiler needs to call calculateVertexBufferIndex() to match the WebGPU API
Comment 1 Radar WebKit Bug Importer 2019-05-13 17:07:38 PDT
<rdar://problem/50746284>
Comment 2 Myles C. Maxfield 2019-05-21 13:51:27 PDT
This isn't necessary. The compiler doesn't care which buffers the attributes come from. The indices of resource buffers aren't modified. So there's nothing to do here.