mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-19 05:23:00 +01: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