From f88ac070295c1efacc6b5422e7835c2267fd061a Mon Sep 17 00:00:00 2001 From: Laszlo Agocs Date: Wed, 12 Jul 2023 11:28:43 +0200 Subject: [PATCH] rhi: metal: Remove out of date / unneeded comment E.g. the view.layer thread checker problems are eliminated for some time now. The other mentioned XCode warning is likely not there anymore with newer XCode. Whereas the rest (that we pass validation) should be obvious. Pick-to: 6.6 6.5 Change-Id: I9754077aa6e178ee2b866b64538991412af5bb5a Reviewed-by: Laszlo Agocs --- src/gui/rhi/qrhimetal.mm | 7 ------- 1 file changed, 7 deletions(-) diff --git a/src/gui/rhi/qrhimetal.mm b/src/gui/rhi/qrhimetal.mm index d9a2649451..e1288e7b76 100644 --- a/src/gui/rhi/qrhimetal.mm +++ b/src/gui/rhi/qrhimetal.mm @@ -40,13 +40,6 @@ QT_BEGIN_NAMESPACE #error ARC not supported #endif -// Note: we expect everything here pass the Metal API validation when running -// in Debug mode in XCode (or with METAL_DEVICE_WRAPPER_TYPE=1). An exception -// is the nextDrawable Called Early blah blah warning, which is plain and -// simply false. This may not be present with newer XCode. There may also be -// warnings about threading (e.g. about accessing view.layer), those are -// expected for now. - /*! \class QRhiMetalInitParams \inmodule QtRhi