feat: rename application
This commit is contained in:
parent
2059b4ed16
commit
129d65c31e
|
@ -85,7 +85,7 @@ void clearInput()
|
||||||
int main()
|
int main()
|
||||||
{
|
{
|
||||||
GLFWwindow* window = nullptr;
|
GLFWwindow* window = nullptr;
|
||||||
if (initGraphics(&window, "Hello Astro") != 0)
|
if (initGraphics(&window, "skeingl") != 0)
|
||||||
return -1;
|
return -1;
|
||||||
|
|
||||||
GLuint litProgram = compileShaderProgram("./frag_lit.glsl");
|
GLuint litProgram = compileShaderProgram("./frag_lit.glsl");
|
||||||
|
|
Loading…
Reference in New Issue