mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Added Custom GPU Context Type
This commit is contained in:
@@ -38,7 +38,8 @@ constexpr const char* GpuContextNames[] = {
|
||||
"OpenCL",
|
||||
"Direct3D 12",
|
||||
"Direct3D 11",
|
||||
"Metal"
|
||||
"Metal",
|
||||
"Custom"
|
||||
};
|
||||
|
||||
struct MemoryPage;
|
||||
|
||||
Reference in New Issue
Block a user