mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Add missing GPU context name for Metal.
This commit is contained in:
parent
1478e74963
commit
5632021003
@ -36,7 +36,8 @@ constexpr const char* GpuContextNames[] = {
|
||||
"Vulkan",
|
||||
"OpenCL",
|
||||
"Direct3D 12",
|
||||
"Direct3D 11"
|
||||
"Direct3D 11",
|
||||
"Metal"
|
||||
};
|
||||
|
||||
struct MemoryPage;
|
||||
|
Loading…
Reference in New Issue
Block a user