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 b633ec78f8
commit c4edcdbf66
@@ -4511,6 +4511,7 @@ _MTL_PRIVATE_DEF_SEL(writeMask,
namespace MTL
{
class Drawable;
using DrawablePresentedHandler = void (^)(class Drawable*);
using DrawablePresentedHandlerFunction = std::function<void(class Drawable*)>;