Fix compile warnings/errors in metal-cpp.h

Forward declare MTL::Drawable to avoid conflicts. "Drawable" is a common type name
This commit is contained in:
Jake Turner
2021-12-15 11:28:22 +00:00
committed by Baldur Karlsson
parent 21325315ac
commit fcc721c2e4
@@ -5196,6 +5196,7 @@ _MTL_PRIVATE_DEF_SEL(writeMask,
namespace MTL
{
class Drawable;
using DrawablePresentedHandler = void (^)(class Drawable*);
using DrawablePresentedHandlerFunction = std::function<void(class Drawable*)>;