mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-17 20:52:36 +01:00
Cleanup.
This commit is contained in:
@@ -1684,6 +1684,7 @@ namespace bgfx
|
||||
{
|
||||
const uint32_t reset = _resolution.reset;
|
||||
const uint32_t msaa = (reset&BGFX_RESET_MSAA_MASK)>>BGFX_RESET_MSAA_SHIFT;
|
||||
BX_UNUSED(reset, msaa);
|
||||
|
||||
BX_TRACE("Reset back-buffer swap chain:");
|
||||
BX_TRACE("\t%dx%d, format: %s, numBackBuffers: %d, maxFrameLatency: %d"
|
||||
|
||||
Reference in New Issue
Block a user