mirror of
https://github.com/wolfpld/tracy.git
synced 2024-11-22 14:44:34 +00:00
Added Custom GPU Context Type
This commit is contained in:
parent
e6eb9899bb
commit
defb91abc1
@ -38,7 +38,8 @@ constexpr const char* GpuContextNames[] = {
|
||||
"OpenCL",
|
||||
"Direct3D 12",
|
||||
"Direct3D 11",
|
||||
"Metal"
|
||||
"Metal",
|
||||
"Custom"
|
||||
};
|
||||
|
||||
struct MemoryPage;
|
||||
|
@ -402,7 +402,8 @@ enum class GpuContextType : uint8_t
|
||||
OpenCL,
|
||||
Direct3D12,
|
||||
Direct3D11,
|
||||
Metal
|
||||
Metal,
|
||||
Custom
|
||||
};
|
||||
|
||||
enum GpuContextFlags : uint8_t
|
||||
|
Loading…
Reference in New Issue
Block a user