Update rive-cpp to 2.0 version
[platform/core/uifw/rive-tizen.git] / submodule / skia / resources / sksl / errors / UnsupportedGLSLIdentifiers.rts
1 void fragcoord() { float x = gl_FragCoord.x; }
2 void fragcolor() { float r = gl_FragColor.r; }
3
4 /*%%*
5 'gl_FragCoord' is a reserved word
6 unknown identifier 'gl_FragCoord'
7 'gl_FragColor' is a reserved word
8 unknown identifier 'gl_FragColor'
9 *%%*/