Refactor in C++

This commit is contained in:
Phireh 2023-10-15 18:28:20 +02:00
commit abdd19f5e5
445 changed files with 68766 additions and 36566 deletions

View file

@ -1,7 +0,0 @@
#version 330 core
in vec4 vertex_color;
out vec4 final_color;
void main()
{
final_color = vertex_color;
}