skia2/tests/sksl/shared/UniformArray.sksl

4 lines
52 B
Plaintext
Raw Normal View History

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