This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit 8ad3a87
Jonah Williams
[Impeller] Ignore warnign about shader stages not consuming outputs. (#51822)
Otherwise it really complicates runtime_effect, as we'd need two vertex shaders.
Fixes flutter/flutter#1458601 parent 404fe66 commit 8ad3a87
File tree
2 files changed
+8
-6
lines changed- impeller
- renderer/backend/vulkan
- scene/shaders
2 files changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
113 | 120 | | |
114 | 121 | | |
115 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | 20 | | |
25 | 21 | | |
26 | 22 | | |
27 | | - | |
28 | | - | |
| 23 | + | |
29 | 24 | | |
0 commit comments