From 56320210036c0cebe36337fa5d15455fcaf194ef Mon Sep 17 00:00:00 2001 From: Bartosz Taudul Date: Tue, 10 Sep 2024 19:13:35 +0200 Subject: [PATCH] Add missing GPU context name for Metal. --- profiler/src/profiler/TracyView.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;