From 644ff06483358e4c6be315c307d4a8ceeb64146d Mon Sep 17 00:00:00 2001 From: Daniel Collin Date: Mon, 28 Oct 2019 09:39:02 +0100 Subject: [PATCH] Stop spam --- src/native/macosx/OSXWindowFrameView.m | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/native/macosx/OSXWindowFrameView.m b/src/native/macosx/OSXWindowFrameView.m index bca64c6..d452271 100644 --- a/src/native/macosx/OSXWindowFrameView.m +++ b/src/native/macosx/OSXWindowFrameView.m @@ -17,6 +17,8 @@ id g_pipeline_state; -(void)drawInMTKView:(nonnull MTKView *)view { + //printf("draw view\n"); + // Wait to ensure only MaxBuffersInFlight number of frames are getting proccessed // by any stage in the Metal pipeline (App, Metal, Drivers, GPU, etc) dispatch_semaphore_wait(m_semaphore, DISPATCH_TIME_FOREVER);