#version 430 out vec4 FragColor; void main() { // The mean and the mean squared, which we need to calculate the variance FragColor = vec4(gl_FragCoord.z, gl_FragCoord.z * gl_FragCoord.z, 0.0, 0.0); }