Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / tests / sksl / errors / SwizzleOutOfBounds.glsl
1 ### Compilation failed:
2
3 error: 1: invalid swizzle component 'z'
4 void func() { float3 test = float2(1).xyz; }
5                                         ^
6 1 error