remove logging
This commit is contained in:
@@ -262,7 +262,6 @@ extern "C"
|
|||||||
uint32_t height,
|
uint32_t height,
|
||||||
void (*onComplete)())
|
void (*onComplete)())
|
||||||
{
|
{
|
||||||
Log("Creating swapchain %dx%d with viewer %lu & surface %lu", width, height, viewer, surface);
|
|
||||||
std::packaged_task<void()> lambda(
|
std::packaged_task<void()> lambda(
|
||||||
[=]() mutable
|
[=]() mutable
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user