Files
Digital Artifex c8f3f1e981 Added shader packs
2025-08-19 09:33:45 -04:00

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);
}