mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-21 06:13:07 +01:00
Set a number of valid attachments
This commit is contained in:
@@ -3045,6 +3045,7 @@ namespace bgfx { namespace mtl
|
||||
{
|
||||
BX_UNUSED(_format, _depthFormat);
|
||||
m_swapChain = BX_NEW(g_allocator, SwapChainMtl);
|
||||
m_num = 0;
|
||||
m_width = _width;
|
||||
m_height = _height;
|
||||
m_nwh = _nwh;
|
||||
|
||||
Reference in New Issue
Block a user