Delete directory 'ghostty'

This commit is contained in:
mx
2026-05-14 19:09:53 +00:00
parent 331f2ccf45
commit d986a804ba
41 changed files with 0 additions and 7011 deletions
-8
View File
@@ -1,8 +0,0 @@
void mainImage( out vec4 fragColor, in vec2 fragCoord )
{
vec2 uv = fragCoord/iResolution.xy;
vec4 color = texture(iChannel0, uv);
fragColor = vec4(1.0 - color.x, 1.0 - color.y, 1.0 - color.z, color.w);
}