vega / vega-webgpu

WebGPU Renderer Extension for Vega
6 stars 2 forks source link

Switch WGSL fragment shaders to use a VertexInput & VertexOutput struct #10

Closed lsh closed 3 years ago

lsh commented 3 years ago

An update to the spec requires that the vertex output matches the fragment input. This should solve the error.