From: Benjamin Otte Date: Mon, 19 Jun 2023 17:29:13 +0000 (+0200) Subject: vulkan: Remove unused declaration from shader X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~1^2~117^2~5 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=0a5e5023a82b5414d09c084c5df43f9537cac47d;p=gtk4.git vulkan: Remove unused declaration from shader --- 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;