1
0
mirror of https://github.com/wolfpld/tracy synced 2025-05-01 13:13:53 +00:00

Add missing GPU context name for Metal.

This commit is contained in:
Bartosz Taudul 2024-09-10 19:13:35 +02:00
parent 1478e74963
commit 5632021003
No known key found for this signature in database
GPG Key ID: B7FE2008B7575DF3

View File

@ -36,7 +36,8 @@ constexpr const char* GpuContextNames[] = {
"Vulkan", "Vulkan",
"OpenCL", "OpenCL",
"Direct3D 12", "Direct3D 12",
"Direct3D 11" "Direct3D 11",
"Metal"
}; };
struct MemoryPage; struct MemoryPage;