uniform vec4 cryptohash; out vec4 fragColor; void main() { fragColor = cryptohash; }