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",
"OpenCL",
"Direct3D 12",
"Direct3D 11"
"Direct3D 11",
"Metal"
};
struct MemoryPage;