Report HiDPI display support thru caps.

This commit is contained in:
Branimir Karadžić
2015-08-17 18:07:00 -07:00
parent 5f7b891b52
commit 05f94f44be
14 changed files with 52 additions and 44 deletions

View File

@@ -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*/)