diff --git a/profiler/src/profiler/TracyView.hpp b/profiler/src/profiler/TracyView.hpp index 3c2a41a8..4855f1f8 100644 --- a/profiler/src/profiler/TracyView.hpp +++ b/profiler/src/profiler/TracyView.hpp @@ -36,7 +36,8 @@ constexpr const char* GpuContextNames[] = { "Vulkan", "OpenCL", "Direct3D 12", - "Direct3D 11" + "Direct3D 11", + "Metal" }; struct MemoryPage;