Remove unnecessary interpolate(flat) in quad.wgsl

This commit is contained in:
Héctor Ramón Jiménez 2023-09-07 05:43:03 +02:00
parent 76cec1b1fd
commit 87800095e2
No known key found for this signature in database
GPG key ID: 140CC052C94F138E

View file

@ -152,7 +152,7 @@ struct GradientVertexInput {
@location(3) @interpolate(flat) colors_3: vec4<u32>,
@location(4) @interpolate(flat) colors_4: vec4<u32>,
@location(5) @interpolate(flat) offsets: vec4<u32>,
@location(6) @interpolate(flat) direction: vec4<f32>,
@location(6) direction: vec4<f32>,
@location(7) position_and_scale: vec4<f32>,
@location(8) border_color: vec4<f32>,
@location(9) border_radius: vec4<f32>,