mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 13:03:05 +01:00
GL/GLES: vsync.
This commit is contained in:
@@ -47,7 +47,7 @@ namespace bgfx
|
||||
{
|
||||
}
|
||||
|
||||
void GlContext::resize(uint32_t _width, uint32_t _height)
|
||||
void GlContext::resize(uint32_t _width, uint32_t _height, bool /*_vsync*/)
|
||||
{
|
||||
m_graphicsInterface->ResizeBuffers(m_context, _width, _height);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user