Added swap chain caps.

This commit is contained in:
Branimir Karadžić
2014-09-23 20:35:39 -07:00
parent dd5492c29a
commit f4c7f69ed7
19 changed files with 117 additions and 52 deletions

View File

@@ -158,6 +158,11 @@ namespace bgfx
s_ppapi.resize(_width, _height, _vsync);
}
bool GlContext::isSwapChainSupported()
{
return false;
}
SwapChainGL* GlContext::createSwapChain(void* /*_nwh*/)
{
BX_CHECK(false, "Shouldn't be called!");