mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-20 22:03:12 +01:00
Added multiple windows support.
This commit is contained in:
@@ -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
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user