From 49a8bca5829efbe2b8b89781ff03b54549ab2a38 Mon Sep 17 00:00:00 2001 From: jiasong <593908937@qq.com> Date: Mon, 13 Apr 2026 14:02:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=BF=E7=94=A8Xcode=20View=20Hierarchy?= =?UTF-8?q?=E7=AD=89=E9=98=BB=E7=A2=8D=E4=B8=BB=E7=BA=BF=E7=A8=8B=E6=B8=B2?= =?UTF-8?q?=E6=9F=93=E7=9A=84=E4=BB=A3=E7=A0=81=E4=BC=9A=E4=BD=BFMetal?= =?UTF-8?q?=E6=B8=B2=E6=9F=93=E5=8D=A1=E9=A1=BF=E6=88=96=E9=BB=91=E5=B1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ijkmedia/ijksdl/metal/FSMetalView.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ijkmedia/ijksdl/metal/FSMetalView.m b/ijkmedia/ijksdl/metal/FSMetalView.m index 03614617..2c22b5ed 100644 --- a/ijkmedia/ijksdl/metal/FSMetalView.m +++ b/ijkmedia/ijksdl/metal/FSMetalView.m @@ -489,7 +489,7 @@ - (void)drawRect:(NSRect)dirtyRect //[renderEncoder popDebugGroup]; [renderEncoder endEncoding]; //[commandBuffer presentDrawable:drawable]; - [commandBuffer presentDrawable:drawable atTime:currentAttach.presentationTime]; + [commandBuffer presentDrawable:drawable]; // Finalize rendering here & push the command buffer to the GPU. [commandBuffer commit]; self.previousTag = currentAttach.tag;