Files
UnrealEngine/Engine/Source/Runtime/Apple/MetalRHI/Private/MetalCPP.cc
2025-05-18 13:04:45 +08:00

15 lines
520 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
/*=============================================================================
MetalCPP.cc: MetalCPP Definitions
=============================================================================*/
// This cpp file adds the implementations required for MetalCPP
#define NS_PRIVATE_IMPLEMENTATION
#define MTL_PRIVATE_IMPLEMENTATION
#define CA_PRIVATE_IMPLEMENTATION
#include <Foundation/Foundation.hpp>
#include <Metal/Metal.hpp>
#include <QuartzCore/QuartzCore.hpp>