made shader transparent

This commit is contained in:
Robert 2021-01-20 17:58:55 +01:00
parent e7582bd081
commit d9cd0f19cb

View file

@ -74,7 +74,7 @@ int main(int argc, char** argv)
oglu::ClearScreen(GL_COLOR_BUFFER_BIT, oglu::Color(0.29f, 0.13f, 0.23f));
shader->SetUniform("ourColor", &oglu::Color::Blue);
shader->SetUniform("ourColor", &oglu::Color::Transparent);
shader->Use();
square.BindAndDraw();