xref
: /
external
/
skia
/
tests
/
sksl
/
shared
/
UniformArray.glsl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
2
uniform float arr[3];
3
void main() {
4
}
5