index
:
creative-coding-playground
main
Making cool looking things for fun
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sketches
/
02
/
newton.frag
blob: 9cbf92c0c81080f74f18bd69918a784156e5cada (
plain
) (
blame
)
1
2
3
4
5
void
main
()
{
gl_FragColor
=
vec4
(
1.0
,
0.0
,
0.0
,
1.0
);
}