summaryrefslogtreecommitdiffstatshomepage
path: root/3rdparty/bgfx/src/glcontext_ppapi.h
diff options
context:
space:
mode:
Diffstat (limited to '3rdparty/bgfx/src/glcontext_ppapi.h')
-rw-r--r--3rdparty/bgfx/src/glcontext_ppapi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/3rdparty/bgfx/src/glcontext_ppapi.h b/3rdparty/bgfx/src/glcontext_ppapi.h
index f54ea2bb5a8..b67f19dfbe2 100644
--- a/3rdparty/bgfx/src/glcontext_ppapi.h
+++ b/3rdparty/bgfx/src/glcontext_ppapi.h
@@ -27,7 +27,7 @@ namespace bgfx { namespace gl
void destroy();
void resize(uint32_t _width, uint32_t _height, uint32_t _flags);
- static bool isSwapChainSupported();
+ uint64_t getCaps() const;
SwapChainGL* createSwapChain(void* _nwh);
void destroySwapChain(SwapChainGL* _swapChain);
void swap(SwapChainGL* _swapChain = NULL);