Files
NixOS-configs/modules/wallpaper-engine/shaders/error.frag
2025-04-29 13:39:02 -05:00

9 lines
135 B
GLSL

uniform sampler2D g_Texture0;
varying vec2 v_TexCoord;
void main() {
gl_FragColor = texSample2D(g_Texture0, v_TexCoord);
}