6 lines
162 B
GLSL
6 lines
162 B
GLSL
//See the common tab for fps control.
|
|
|
|
void mainImage( out vec4 fragColor, in vec2 fragCoord )
|
|
{
|
|
fragColor = texture(iChannel0, fragCoord / iResolution.xy);
|
|
} |