Bug 190415

Summary: [WHLSL] Cannot use the same struct as output of vertex shader as input to fragment shader
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: WebGPUAssignee: Nobody <webkit-unassigned>
Status: RESOLVED MOVED    
Severity: Normal    
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 176199    

Myles C. Maxfield
Reported 2018-10-09 15:23:29 PDT
SV_Position isn't allowed as an input to the fragment shader, so you can't naively use the same struct and pass it to both
Attachments
Myles C. Maxfield
Comment 1 2018-10-13 14:22:47 PDT
Myles C. Maxfield
Comment 2 2018-10-13 14:48:30 PDT
Note You need to log in before you can comment on or make changes to this bug.