skia2/tests/sksl/shared/UniformArray.glsl

5 lines
39 B
Plaintext
Raw Normal View History

uniform float arr[3];
void main() {
}