mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2024-11-25 00:58:30 -05:00
commit
360c7e0bc2
2 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ project "bgfx"
|
|||
BGFX_DIR .. "src/**.mm",
|
||||
}
|
||||
|
||||
configuration { "vs* or linux or mingw" }
|
||||
configuration { "vs* or linux or mingw or osx" }
|
||||
includedirs {
|
||||
--nacl has GLES2 headers modified...
|
||||
BGFX_DIR .. "3rdparty/glext",
|
||||
|
|
|
@ -80,7 +80,7 @@ namespace bgfx
|
|||
[glView release];
|
||||
}
|
||||
|
||||
void GlContext::resize(uint32_t _width, uint32_t _height)
|
||||
void GlContext::resize(uint32_t _width, uint32_t _height, bool _vsync)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue