Commit fa9f41d
Fix missing optimized shaders on OpenHarmony
We use GLES on OpenHarmony, so the shaders should be optimizied accordingly.
Cargo guarantees that the CARG_CFG variables are set.
Using expect instead of matching improves the readability.
Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com>1 parent 8c1bfc3 commit fa9f41d
2 files changed
Lines changed: 6 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
131 | | - | |
132 | | - | |
133 | | - | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
134 | 136 | | |
135 | 137 | | |
136 | 138 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments