removing redundant framebuffer virtual methods

This commit is contained in:
Noel Berry
2021-03-24 01:07:49 -07:00
parent bd9736df03
commit 94f25cea88
14 changed files with 32 additions and 84 deletions

View File

@ -91,4 +91,4 @@ void RenderPass::perform()
// perform render
GraphicsBackend::render(pass);
}
}