diff --git a/gsk/vulkan/resources/linear.vert b/gsk/vulkan/resources/linear.vert index d2cb76fed9..ec077f16ed 100644 --- a/gsk/vulkan/resources/linear.vert +++ b/gsk/vulkan/resources/linear.vert @@ -3,11 +3,6 @@ #include "common.vert.glsl" #include "rect.vert.glsl" -struct ColorStop { - float offset; - vec4 color; -}; - layout(location = 0) in vec4 inRect; layout(location = 1) in vec2 inStart; layout(location = 2) in vec2 inEnd;