vulkan: Remove unused declaration from shader
authorBenjamin Otte <otte@redhat.com>
Mon, 19 Jun 2023 17:29:13 +0000 (19:29 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 20 Jun 2023 18:15:12 +0000 (20:15 +0200)
gsk/vulkan/resources/linear.vert

index d2cb76fed9b23bc0cf347dbdba0db6d4f8a57e14..ec077f16ed1661905d75270bdae10d826edbad19 100644 (file)
@@ -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;