diff options
author | 2015-09-12 10:23:53 +0200 | |
---|---|---|
committer | 2015-09-12 10:23:53 +0200 | |
commit | 7ca8f88a5c399317265d9a2f5132eab2ab7723ac (patch) | |
tree | cf7af75fb307bd040508c4c2455d3bd6755619f4 /3rdparty/bgfx/src/glcontext_ppapi.cpp | |
parent | 6d06509293e2fe6b1743085471f0ff5268a1b351 (diff) |
Added latest BGFX (nw)
Diffstat (limited to '3rdparty/bgfx/src/glcontext_ppapi.cpp')
-rw-r--r-- | 3rdparty/bgfx/src/glcontext_ppapi.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/3rdparty/bgfx/src/glcontext_ppapi.cpp b/3rdparty/bgfx/src/glcontext_ppapi.cpp index f61244dbd38..bdbb50680b2 100644 --- a/3rdparty/bgfx/src/glcontext_ppapi.cpp +++ b/3rdparty/bgfx/src/glcontext_ppapi.cpp @@ -153,9 +153,9 @@ namespace bgfx { namespace gl s_ppapi.resize(_width, _height, _flags); } - bool GlContext::isSwapChainSupported() + uint64_t GlContext::getCaps() const { - return false; + return 0; } SwapChainGL* GlContext::createSwapChain(void* /*_nwh*/) |