skia2/tests/sksl/shared/UniformArray.glsl

5 lines
56 B
Plaintext
Raw Normal View History

layout (set = 0) uniform float arr[3];
void main() {
}