projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c405888
)
vulkan: Remove unused declaration from shader
author
Benjamin Otte
<otte@redhat.com>
Mon, 19 Jun 2023 17:29:13 +0000
(19:29 +0200)
committer
Benjamin Otte
<otte@redhat.com>
Tue, 20 Jun 2023 18:15:12 +0000
(20:15 +0200)
gsk/vulkan/resources/linear.vert
patch
|
blob
|
history
diff --git
a/gsk/vulkan/resources/linear.vert
b/gsk/vulkan/resources/linear.vert
index d2cb76fed9b23bc0cf347dbdba0db6d4f8a57e14..ec077f16ed1661905d75270bdae10d826edbad19 100644
(file)
--- 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;