Graphics refactor finished
This commit is contained in:
parent
37b4993b70
commit
476da8bb92
12 changed files with 114 additions and 110 deletions
|
|
@ -96,8 +96,6 @@ bool Window::shouldClose() const { return glfwWindowShouldClose(mContext->window
|
|||
void Window::processEvents() {
|
||||
glfwWaitEvents();
|
||||
checkAxisUpdates();
|
||||
|
||||
glViewport(0, 0, mSize.x, mSize.y);
|
||||
}
|
||||
|
||||
void Window::draw() {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue