Bug 197796 - [WHLSL] WHLSL compiler never calls calculateVertexBufferIndex()
Summary: [WHLSL] WHLSL compiler never calls calculateVertexBufferIndex()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Myles C. Maxfield
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-05-10 13:52 PDT by Myles C. Maxfield
Modified: 2019-05-21 13:51 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.