mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 05:23:00 +01:00
Report HiDPI display support thru caps.
This commit is contained in:
@@ -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*/)
|
||||
|
||||
Reference in New Issue
Block a user