GLUtil: Drop now-unused attributeless VAO helpers

This commit is contained in:
Stenzek
2018-02-09 21:01:47 +10:00
parent 052d78bcb1
commit aaea515d71
3 changed files with 3 additions and 67 deletions

View File

@ -816,8 +816,6 @@ void Renderer::Shutdown()
s_raster_font.reset();
m_post_processor.reset();
OpenGL_DeleteAttributelessVAO();
}
void Renderer::Init()
@ -828,8 +826,6 @@ void Renderer::Init()
m_post_processor = std::make_unique<OpenGLPostProcessing>();
s_raster_font = std::make_unique<RasterFont>();
OpenGL_CreateAttributelessVAO();
}
std::unique_ptr<AbstractTexture> Renderer::CreateTexture(const TextureConfig& config)