triangle and imgui

This commit is contained in:
2026-02-11 08:15:55 -06:00
parent 6c33eada03
commit ec8a9c9f4f
6 changed files with 19 additions and 15 deletions

View File

@@ -14,7 +14,7 @@ namespace Archimedes {
public:
int w, h;
glm::vec4 clearColor = { 0.0f, 0.0f, 0.0f, 0.0f };
glm::vec4 clearColor = { 0.0f, 0.0f, 0.0f, 1.0f };
Renderer() : w(0), h(0) {}