@@ -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)
{