1
0
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:
Dmytro Bulatov
2024-10-03 01:55:29 +09:00
parent e6eb9899bb
commit defb91abc1
2 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -402,7 +402,8 @@ enum class GpuContextType : uint8_t
OpenCL,
Direct3D12,
Direct3D11,
Metal
Metal,
Custom
};
enum GpuContextFlags : uint8_t