fc4b9919d3
Prevents us from accepting code that can't be correctly transformed to GLSL, like: uniform float x; float y = x; (Previously, writing code like that in a runtime effect would effectively produce the exact same code all the way through to GLSL, and the driver would fail to compile it). Bug: skia:11336 Change-Id: Iaa797587c4a4a7289ed59ce2736cf0bf0fc5bca3 Reviewed-on: https://skia-review.googlesource.com/c/skia/+/384698 Reviewed-by: Ethan Nicholas <ethannicholas@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
5 lines
93 B
GLSL
5 lines
93 B
GLSL
### Compilation failed:
|
|
|
|
error: 1: 'in' variables cannot use initializer expressions
|
|
1 error
|