Added multiple windows support.

This commit is contained in:
Branimir Karadžić
2014-09-07 17:17:38 -07:00
parent 50cbdbec3c
commit 2c03cf4927
19 changed files with 633 additions and 162 deletions

View File

@@ -121,6 +121,10 @@ namespace bgfx
{
}
void createFrameBuffer(FrameBufferHandle /*_handle*/, void* /*_nwh*/, uint32_t /*_width*/, uint32_t /*_height*/, TextureFormat::Enum /*_depthFormat*/) BX_OVERRIDE
{
}
void destroyFrameBuffer(FrameBufferHandle /*_handle*/) BX_OVERRIDE
{
}