triangle and imgui
This commit is contained in:
@@ -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) {}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user