add glad to load OpenGL extensions
This commit is contained in:
@@ -104,7 +104,6 @@ bool App::request_close()
|
||||
|
||||
void App::clear()
|
||||
{
|
||||
assert(is_render_thread());
|
||||
glClearColor(.1f, .1f, .1f, 1.f);
|
||||
glClear(GL_COLOR_BUFFER_BIT);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user