borders are now gangsta

This commit is contained in:
vaxerski
2022-05-17 13:16:37 +02:00
parent 48b8ab3f65
commit cad71218c0
8 changed files with 129 additions and 139 deletions

View File

@@ -7,6 +7,7 @@ struct SQuad {
GLint proj;
GLint color;
GLint posAttrib;
GLint texAttrib;
};
class CShader {