simplifying input backend & input state update

This commit is contained in:
Noel Berry
2021-05-19 11:21:08 -07:00
parent b7e318e420
commit d7cef352a5
12 changed files with 293 additions and 331 deletions

View File

@ -1159,7 +1159,7 @@ namespace Blah
return gl.features;
}
void GraphicsBackend::frame() {}
void GraphicsBackend::update() {}
void GraphicsBackend::before_render() {}
void GraphicsBackend::after_render() {}