changhong_newclient/web_xcode/Classes/Unity/UnityTrampolineCompatibility.h

8 lines
123 B
C
Raw Normal View History

2025-05-24 14:29:14 +08:00
#pragma once
#if !UNITY_TRAMPOLINE_IN_USE
#include "UnityPrefix.h"
#define UNITY_CAN_USE_METAL GFX_SUPPORTS_METAL
#endif