remove unused shader files

This commit is contained in:
James Seibel
2026-02-24 22:23:47 -06:00
parent f1e93ad547
commit b5eff6aa80
2 changed files with 0 additions and 9 deletions
@@ -1,9 +0,0 @@
#version 150 core
in vec4 fColor;
out vec4 fragColor;
void main()
{
fragColor = fColor;
}