mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-09-03 00:48:24 +00:00
Added swap chain caps.
This commit is contained in:
@@ -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!");
|
||||
|
||||
Reference in New Issue
Block a user