Sign in
skia
/
skia
/
eb8a53033e88618cd56bfa3ed1c5a381180d5296
/
.
/
resources
/
sksl
/
wgsl
/
MainDoesNotHaveFragCoordParameter.sksl
blob: 9e0dbb4e03f74757214e5b79f2aee98455f6b95d [
file
] [
log
] [
blame
]
half4 main
()
{
// sk_FragCoord should be declared in pipeline inputs since it is referenced.
return
half4
(
sk_FragCoord
.
x
,
0
,
0
,
1
);
}