Add shader files

This commit is contained in:
2025-11-02 22:06:59 +00:00
parent 2f0487a424
commit cf6cd3cd83
5 changed files with 75 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
#version 450 core
layout (location = 0) in vec4 poss;
void main()
{
gl_Position = poss;
}