mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-10 02:31:48 +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",
|
"Vulkan",
|
||||||
"OpenCL",
|
"OpenCL",
|
||||||
"Direct3D 12",
|
"Direct3D 12",
|
||||||
"Direct3D 11"
|
"Direct3D 11",
|
||||||
|
"Metal"
|
||||||
};
|
};
|
||||||
|
|
||||||
struct MemoryPage;
|
struct MemoryPage;
|
||||||
|
Loading…
Reference in New Issue
Block a user