App: rename directory

This commit is contained in:
Aaron Fenyes 2024-09-26 13:22:48 -07:00
parent e6281cdcc6
commit 7ff1b9cb65
10 changed files with 0 additions and 0 deletions

View file

@ -0,0 +1,7 @@
#version 300 es
in vec4 position;
void main() {
gl_Position = position;
}