refactor Transform

This commit is contained in:
2025-11-09 14:21:13 +01:00
parent da536b8d7d
commit 9e6088f9bf
2 changed files with 50 additions and 24 deletions

View File

@@ -4,5 +4,5 @@ layout (location = 0) out vec4 o_Color;
void main()
{
o_Color = vec4(1, 1, 1, 1);
o_Color = vec4(1, 1, 1, 1);
}