mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-09 01:28:57 +00:00
GLUtil: Drop now-unused attributeless VAO helpers
This commit is contained in:
parent
052d78bcb1
commit
aaea515d71
3 changed files with 3 additions and 67 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue