Commit e43e97f
authored
Fix preserving layout(std140) directives with -sGL_EXPLICIT_UNIFORM_BINDING (#25839)
Fix preserving layout(std140) directives in WebGL shaders when using
`-sGL_EXPLICIT_UNIFORM_BINDING` WebGL extension. Improve the existing
test to catch the reported scenario.
Fixes #25828.1 parent 20ab3d4 commit e43e97f
2 files changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3273 | 3273 | | |
3274 | 3274 | | |
3275 | 3275 | | |
3276 | | - | |
| 3276 | + | |
3277 | 3277 | | |
3278 | | - | |
| 3278 | + | |
3279 | 3279 | | |
3280 | 3280 | | |
3281 | 3281 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
86 | 91 | | |
87 | 92 | | |
88 | 93 | | |
| |||
0 commit comments