Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / resources / sksl / errors / OpaqueTypeInArray.sksl
1 in sampler a[1];
2 in sampler[1] b;
3 void fnC() { sampler c[1]; }
4 void fnD() { sampler[1] d; }
5
6 /*%%*
7 opaque type 'sampler' may not be used in an array
8 opaque type 'sampler' may not be used in an array
9 opaque type 'sampler' may not be used in an array
10 opaque type 'sampler' may not be used in an array
11 *%%*/