This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
I am attesting that this GitHub handle veacks is linked to the Tezos account tz2CMdqUCfWERNG4vdWSazPqcZpwVZjbNvsg for tzprofiles | |
sig:spsig1Xd91Xp668HJ6fUJ4Wjqh2YqnJhA2ijidGMiAQyoaNAZDJ7yB9qFhjsu98ubDB8Bc7GpYdrw8KL8z4xSr5XnfcE7E8aD8s |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#version 300 es | |
precision highp float; | |
//invariant gl_FragCoord; | |
uniform Screen { | |
vec2 wh; | |
} screen; | |
uniform Timer { | |
int count; |