Skip to content

Commit

Permalink
Add missing GPU context name for Metal.
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfpld committed Sep 10, 2024
1 parent 1478e74 commit 5632021
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion profiler/src/profiler/TracyView.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ constexpr const char* GpuContextNames[] = {
"Vulkan",
"OpenCL",
"Direct3D 12",
"Direct3D 11"
"Direct3D 11",
"Metal"
};

struct MemoryPage;
Expand Down

0 comments on commit 5632021

Please sign in to comment.