xref
: /
third_party
/
skia
/
resources
/
sksl
/
errors
/
OverflowFloatLiteral.sksl
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
only in
/third_party/skia/resources/sksl/errors/
1
void main() {
2
sk_FragColor.x
= half4(3.41e+38);
3
}
4