This commit is contained in:
Nick Fisher
2024-06-06 22:13:30 +08:00
parent 778c3c959e
commit cc27577f4d

View File

@@ -229,7 +229,7 @@ extern "C"
uint32_t height,
void (*onComplete)())
{
Log("Creating swapchain %dx%d with viewer %d", width, height, viewer);
Log("Creating swapchain %dx%d with viewer %lu & surface %lu", width, height, viewer, surface);
std::packaged_task<void()> lambda(
[=]() mutable
{