@@ -2800,13 +2800,6 @@ VK_IMPORT_DEVICE
28002800 return suspended;
28012801 }
28022802
2803- // BX_TRACE("updateResolution(%d, %d) m_resolution=(%d, %d)"
2804- // , _resolution.width
2805- // , _resolution.height
2806- // , m_resolution.width
2807- // , m_resolution.height
2808- // );
2809-
28102803 uint32_t flags = _resolution.reset & ~(0
28112804 | BGFX_RESET_SUSPEND
28122805 | BGFX_RESET_MAXANISOTROPY
@@ -5136,8 +5129,6 @@ VK_DESTROY
51365129 smci.codeSize = m_code->size ;
51375130 smci.pCode = (const uint32_t *)m_code->data ;
51385131
5139- // disassemble(bx::getDebugOut(), m_code->data, m_code->size);
5140-
51415132 VK_CHECK (vkCreateShaderModule (
51425133 s_renderVK->m_device
51435134 , &smci
@@ -9438,7 +9429,6 @@ VK_DESTROY
94389429 }
94399430
94409431 tvm.printf (10 , pos++, 0x8b , " Indices: %7d " , statsNumIndices);
9441- // tvm.printf(10, pos++, 0x8b, " Uniform size: %7d, Max: %7d ", _render->m_uniformEnd, _render->m_uniformMax);
94429432 tvm.printf (10 , pos++, 0x8b , " DVB size: %7d " , _render->m_vboffset );
94439433 tvm.printf (10 , pos++, 0x8b , " DIB size: %7d " , _render->m_iboffset );
94449434
0 commit comments